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 trialajibola adigun
5,384 PointsThe total dollar value of the expenses is $
d
1 Answer
Stephen Cole
Courses Plus Student 15,809 PointsThere 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.
Steven Parker
231,198 PointsSteven Parker
231,198 PointsHave you done this yet? What method did you use to get the total, and what answer did you get?