snash

Board Regular
Joined
Jan 12, 2006
Messages
222
Hi there, I have a list of tasks that I want to summarise by % on how many are complete or incomplete etc. What formula is best to use?

Thanks!
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Ok, I've a list of 20 items and beside each item has a status either - Complete, In progress, Overdue. I want to show a summary table of % for each status so lets's say 10 of the 20 are complete so I'll show status complete at 50%. etc.

Does this make sense?
 
Upvote 0
Here would be a way:

=COUNTIFS(B2:B21,"Complete",A2:A21,"<>")/COUNTA(A2:A21)

"Complete" can be replaced by a cell reference that contains the word Complete if you want.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top