COUNTIFS formula with a percentage but I need it to round up
Hi
I am using this formula =COUNTIF({DA Audit Tracker Range 1}, "Y") / 273 * 100 + "" + "%"
It is giving me the right % answer which in this case at the moment is 67.76557%. But I just want it to round up to two decimal places ..... how do I do that?
Thanks
Blayne
Best Answer
-
Nest your formula within the ROUND function
=ROUND(COUNTIF({DA Audit Tracker Range 1}, "Y") / 273 * 100, 2) + "" + "%"
Though I'd recommend formatting your column as a percent and removing the *100 and percent symbol, leaving
=ROUND(COUNTIF({DA Audit Tracker Range 1}, "Y") / 273, 2)
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
Answers
-
Nest your formula within the ROUND function
=ROUND(COUNTIF({DA Audit Tracker Range 1}, "Y") / 273 * 100, 2) + "" + "%"
Though I'd recommend formatting your column as a percent and removing the *100 and percent symbol, leaving
=ROUND(COUNTIF({DA Audit Tracker Range 1}, "Y") / 273, 2)
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
-
Perfect ....
Thank you!
Blayne
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!