Formula If statement.
=IF(COUNTIF(B1:B3,"x"),(MATCH("x",B1:B3,0)-1)*5,"")
"C Kreig" wrote:
I would like to get a formula
=IF((B1=X),(Value=0),IF(B2=X,(Value=5),IF(B3=X,(Va lue=10)))
I keep getting an error telling me that I am missing a parenthesis.
I would also like to add in the fomula that if it is blank do not calculate
the value.
Thank you in advance for your help.
|