I need to get the If formula using criteria depending on three cells.
One of the three cells will always have a value of more than 0 and the other two will be 0.
I tried =IFF(AND(A1>0,B1=0,C1=0),G10,IF(AND(A1=0,B1>0,C1=0),H11,IF(AND(A1=0,B1=0,C1>0),I11,"N/A")))
I always get the N/A as a answer, even if say A1>0
Plse help
One of the three cells will always have a value of more than 0 and the other two will be 0.
I tried =IFF(AND(A1>0,B1=0,C1=0),G10,IF(AND(A1=0,B1>0,C1=0),H11,IF(AND(A1=0,B1=0,C1>0),I11,"N/A")))
I always get the N/A as a answer, even if say A1>0
Plse help