Sign in to join the conversation:
Hi, want to count "at risk" check boxes to present at a dashboard.
so I thought fx=COUNTIF(Status2:Status14, "red") works, but it only produces 0 as result
Any suggestion
Thanks
Hi Andreas,
If you are using the Red Yellow Green symbol columns, you'll want to use this;
=COUNTIF([Status]2:[Status]14, "Red") - the capitalization matters.
If you are using a checkbox column, use this formula:
=COUNTIF([Status]2:[Status]14, 1)
Best,Kara
I'm trying to create a graph chart that captures monthly count of records by divisions (Northeast, West and Central) that should be stacked with a legend displaying each by different color like a presented in Excel. When I attempt to duplicate the process in Smartsheet I receive the following results. In Excel, I created…
Hi, I'm using smartsheet to track updates on each task in a tracker. These updates may span over a year, so they get lengthy. I was excited about smartsheets because viewing these notes is a lot cleaner. However, I've just realized that there is a content limit to a cell, which is a huge issue. While excel was annoying to…
Hello, i've a question about 2 tasks. Task 1 has for example 4 hours and should be on day 1 for example 6 january. Task 2 has 30 hours and should be on start on 4 january and futher. How can i manage that on 6 january task 2 has only 4 hours? Now i got the message user is over-allocated because task 2 is planned on a full…