Nested formulas
Hi,
I have 3 formulas and I was wandering if I can combine them into 1:
=COUNTIF({Survey Date}, Label@row)
=COUNTIFS({Survey Date}, Label@row, {Survey Grade}, ">=8")
=Percentage@row / Count@row
Thanks much!
Answers
-
I think that should be doable. But let me confirm I understand what you're trying to do. I think you're looking for a formula to CountIF:
1) The survey Date is the same as the Label@Row
AND
2) The Survey Grade is >= 8
And then once you have your count use is as the denominator of Percentage@row and that Count.
If that is correct I think you would want your formula to look like the following:
=Percentage@row / COUNTIFS({Survey Date}, Label@row, {Survey Grade}, ">=8")
-
@David Tutwiler Thank you, David! You inspired me :) to create this formula and it worked: =COUNTIFS({Survey Date}, Label@row, {Survey Grade}, ">=8") / COUNTIF({Survey Date}, Label@row)
-
Awesome! Glad to hear.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K 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!