HELP!!!
OK, I need help with a counting formula -
This example works in Excel, but not in Smartsheet
=IFERROR(COUNTIFSG14:K14, “P”)/COUNTA(G14:K14),””)
The goal is to count the number of populated columns in the row only - and get a % in the score column.
if blank, no value -
1 (f) = 0%
1(F) and 1(p) = 50%
1 (p) = 100%
2(p) and 2(f) = 50%
so on and so on.
Tags:
Best Answer
-
=IFERROR(COUNTIF(G14:K14, “P”)/COUNT(G14:K14),"")
Something like that should do you.
Answers
-
=IFERROR(COUNTIF(G14:K14, “P”)/COUNT(G14:K14),"")
Something like that should do you.
-
THANK YOU THANK YOU THANK YOU!!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!