Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Data Analysis Spreadsheet Basics Getting Started With Spreadsheets Review Spreadsheet Calculations

The total dollar value of the expenses is $

d

Steven Parker
Steven Parker
230,970 Points

Have you done this yet? What method did you use to get the total, and what answer did you get?

1 Answer

Stephen Cole
PLUS
Stephen Cole
Courses Plus Student 15,809 Points

There is no substitute for doing the work; so, I'll not give you the answer, directly.

However, the function you need is SUM. The function takes a pair of arguments separated with a colon. Find the first cell (it is not B1 or B2) and the last cell.

Don't for get to ask yourself what you need to do to call the function.