ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   FORMULA HELP Percentage of cells in a Range as Completed (https://www.excelbanter.com/excel-discussion-misc-queries/453975-formula-help-percentage-cells-range-completed.html)

[email protected]

FORMULA HELP Percentage of cells in a Range as Completed
 
Hi there everyone,

I am looking to make a formula that checks a range of cells in a row for those completed with content and those blank, but creates a percentage for those complete, however it needs to exclude the value 'No'.

Please and thank you

Anthony

[email protected]

FORMULA HELP Percentage of cells in a Range as Completed
 
I am looking to make a formula that checks a range of cells in a row
for those completed with content and those blank,
but creates a percentage for those complete,
however it needs to exclude the value 'No'.


If the row in question is A1:R1, for example, this might help:

=(COLUMN($R$1)-COUNTBLANK($A$1:$R$1)-COUNTIF($A$1:$R$1,"No")) / COLUMN($R$1)

Hope this helps getting started.


All times are GMT +1. The time now is 06:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com