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 Build a Spreadsheet Review Spreadsheet Basics

A I using the right function and am I using it properly?

I am using this forumla - =COUNTIF(L3824:L4005, "TRUE") - to find out how many cells in a row contain the string "TRUE". The answer i got was not accepted by the quiz as correct. Where did i go wrong?

many thanks in advanced

1 Answer

Steven Parker
Steven Parker
229,644 Points

The question asks for "the number of cells with a value of “TRUE” in column L". It doesn't say anything about limiting the count to just those rows.