Need help with a function
I have a sheet that has 2 columns
Required for (Sprint 1, Sprint 2,.....)
Build % Complete (values - 0%, 50%, 100%)
I need to know how many Sprint 2 items have 0% Build % Complete.
My function is COUNTIFS(<Required for:Required for>,"Sprint 2",<Build % Complete:Build % Complete>,"0%")
This function is always returning 0 even when I have rows with 0% in Sprint 2. Can you tell me what I am doing wrong?
Appreciate your help
Best Answers
-
Hi @Ravi Gorthi ,
Try:
My function is COUNTIFS([Required for]:[Required for], @cell="Sprint 2", [Build % Complete]:[Build % Complete], @cell=0%)
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
One thing to consider is that Smartsheet displays percentages to the viewer as percentages but is actually storing the formatted percentage as a decimal. Instead of using "0%" try just using 0 with no quotation marks. That small change should do it.
COUNTIFS(<Required for:Required for>,"Sprint 2",<Build % Complete:Build % Complete>,0)
If that doesn't work, try modifying it to the @cell = 0 as @Mark C. has shown.
Answers
-
Hi @Ravi Gorthi ,
Try:
My function is COUNTIFS([Required for]:[Required for], @cell="Sprint 2", [Build % Complete]:[Build % Complete], @cell=0%)
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
One thing to consider is that Smartsheet displays percentages to the viewer as percentages but is actually storing the formatted percentage as a decimal. Instead of using "0%" try just using 0 with no quotation marks. That small change should do it.
COUNTIFS(<Required for:Required for>,"Sprint 2",<Build % Complete:Build % Complete>,0)
If that doesn't work, try modifying it to the @cell = 0 as @Mark C. has shown.
-
Thanks a lot Mark & Mike! Tried both options and works like a charm!
-
Awesome. I'm glad we could help you out!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!