=(SUM(COUNTIF(test1;{"i","ii","iii"})*{1,0,0}))/(ROWS(test1)*(COLUMNS(test1)))
This the formula I am using at the moment. It calculates a percentage of cells labeled i in the range test1.
Is there a way of modifying this so that it only counts if the cell is labbelled i and another cell is labelled x.
So if cell b3 has value x and cell c3 has value i count = 1
if cell b3 has value x and cell c3 has value ii count = 0
if cell b3 has value blank and cell c3 has value i count =0
if cell b3 has value none and cell c3 has value ii count = 0
this is what i hope to achieve hope someone can help
Dusty
This the formula I am using at the moment. It calculates a percentage of cells labeled i in the range test1.
Is there a way of modifying this so that it only counts if the cell is labbelled i and another cell is labelled x.
So if cell b3 has value x and cell c3 has value i count = 1
if cell b3 has value x and cell c3 has value ii count = 0
if cell b3 has value blank and cell c3 has value i count =0
if cell b3 has value none and cell c3 has value ii count = 0
this is what i hope to achieve hope someone can help

Dusty