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 Getting Started With Spreadsheets Review

I've been marked incorrect on a couple simple answers in this quiz. Is this a glitch perhaps?

I've simply selected a group of cells to be summed up to find a total. The spreadsheet shows the total at the lower right, and yet the quiz is marking my answer incorrect. Could this be an error in the quiz? Has anyone else had this happen?

2 Answers

Hi Kelly,

My best guess as to what's happening is that you're filtering out the sections that do not apply and then using a sum function; however, the function still calculates the values that are not shown through the filter. Try copying the filtered results and pasting values (CTRL + SHIFT + V) into a new sheet, calculating the sum, and see if you get a different answer.

This worked! Thanks very much!