![]() |
Formula Question
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? |
Formula Question
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? |
Formula Question
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? |
All times are GMT +1. The time now is 10:14 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com