Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Determine the percentage of a range of cells with a certain value | Excel Programming | |||
Determine the percentage of a range of cells with a certain value | Excel Programming | |||
Percentage of Cells completed | Excel Discussion (Misc queries) | |||
Count percentage of specific text in a range of cells | Excel Worksheet Functions | |||
percentage completed and colors | Excel Worksheet Functions |