Help with percentage of text columns
I am struggling with finding the formula to determine the percentage of locations in North America, that are currently active. My sheet has 100 rows with different territories (North America, Asia, Europe, etc) and I want to be able to determine the percentage of "currently active" locations in each territory. Any help is appreciated, I am brand new to smartsheets!
Thank you
Answers
-
First we need the count of how many total we have for "North America".
=COUNTIFS(Region:Region, "North America")
Next we need to find how many are "Active".
=COUNTIFS(Region:Region, "North America", [Current Status]:[Current Status], "Active")
Divide the second by the first, and you get the percentage as a decimal.
=COUNTIFS(Region:Region, "North America", [Current Status]:[Current Status], "Active") / COUNTIFS(Region:Region, "North America")
Format as a percentage and you should be set.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!