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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!