Percent Formula
Hello- I need assistance creating a formula to determine the %'s of Column CA Tier for CA, CA1,CA2, and CA3
Best Answer
-
Sure @Erick Gutierrez ,
The formula in the % row would be:
CA =MA7/sum($MA$7:$WP$7)
COMM =COMM7/sum($MA$7:$WP$7)
ASO =ASO7/sum($MA$7:$WP$7)
WP =WP7/sum($MA$7:$WP$7)
Copy and paste that into the other 3 columns. Then change the 1st MA to COMM, ASO, and WP. The "$"s in the formula keep that range from changing when you copy it across - a static reference.
Based on your image I'm assuming that the counts are in Row 7. If they aren't you'll need to change the number in the formula to the right row.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Try this - adjust the formula in bold for each Tier type:
=COUNTIF([CA Tier]:[CA Tier], "CA") / COUNT([CA Tier]:[CA Tier])
-
Sure @Erick Gutierrez ,
The formula in the % row would be:
CA =MA7/sum($MA$7:$WP$7)
COMM =COMM7/sum($MA$7:$WP$7)
ASO =ASO7/sum($MA$7:$WP$7)
WP =WP7/sum($MA$7:$WP$7)
Copy and paste that into the other 3 columns. Then change the 1st MA to COMM, ASO, and WP. The "$"s in the formula keep that range from changing when you copy it across - a static reference.
Based on your image I'm assuming that the counts are in Row 7. If they aren't you'll need to change the number in the formula to the right row.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!