Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have specific status codes in Text Format in Column B of my workbook. I'm
wanting to setup a formula that will calculate the average of one status marked complete to be divided by the total number of status that I have to return a percentage of the total complete for the entire task. Is this possible? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=COUNTIF(A:A,"complete")/COUNTA(A:A)% If this post helps click Yes --------------- Jacob Skaria "Matt" wrote: I have specific status codes in Text Format in Column B of my workbook. I'm wanting to setup a formula that will calculate the average of one status marked complete to be divided by the total number of status that I have to return a percentage of the total complete for the entire task. Is this possible? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Matt,
=COUNTIF(B:B,"Complete")/COUNTA(B:B) HTH, Bernie MS Excel MVP "Matt" wrote in message ... I have specific status codes in Text Format in Column B of my workbook. I'm wanting to setup a formula that will calculate the average of one status marked complete to be divided by the total number of status that I have to return a percentage of the total complete for the entire task. Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Another Formula Question | Excel Discussion (Misc queries) | |||
Need help with a formula question | Excel Discussion (Misc queries) | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Formula Question? | Excel Discussion (Misc queries) | |||
formula (IF) question | Excel Worksheet Functions |