Im sure this is very obvious but it's confusing me being a Excel novice....I have two columns (Q & R) in which 'W', 'L' or a blank space appears according to the following two formulas :
Additionally I have a formula elsewhere in the sheet that counts whether there is anything in the columns where 'W' and 'L' appear :=IF(G9>L9,"W"," ")
=IF(L9>G9,"L"," ")
My problem is that the COUNTA function counts the blank space as a value. How can I make it stop!?=COUNTA(Q9,AH9,AJ9)
=COUNTA(R9,AI9,AK9)
Thanks
Bookmarks