View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
C Kreig C Kreig is offline
external usenet poster
 
Posts: 21
Default Formula If statement.

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.