% complete in a row
Hi, i am looking for some help.
I have a project which has 360 locations, resulting in 360 rows. i have 8 status columns in each row. is there a formula that will replicate a % by counting each status column that is complete and making that =12.5 .
So for example all 8 status are complete this = 100, 6 status complete would = 75.
hopefully some help is out there?
thank you
Dave
Comments
-
Give this a try...
=COUNTIFS([Status Column 1]:[Status Column 8], "Complete") * 12.5 + "%"
or
=COUNTIFS([Status Column 1]:[Status Column 8], "Complete") * .125
and then format the column as a percentage.
You'll just need to change the column names to whatever you're using along with the text "Complete".
Remember... when using "Text" to denote a specific text, it is case sensitive. So if your status is Complete and you have "complete" in your formula (or even "Completed"), it won't give you the results you're looking for.
-
Hi Paul,
That has worked a treat, thank you so much for taking the time to help.
Really appreciated
Dave
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!