I have manual entry cells A80:A90. I am trying to write a formula that says if all of the cells are blank, then the value in A91 is blank -- if however there are "Yes" values in cells A80:A90, the take the total number of "Yes"*500. In other words, they get $500 for each "Yes."
The formula I wrote was (but it always returns a blank cell):
=if(counta(A80:A90=0),"",countif(A80:A90,"Yes")*500)
PLEASE HELP
The formula I wrote was (but it always returns a blank cell):
=if(counta(A80:A90=0),"",countif(A80:A90,"Yes")*500)
PLEASE HELP