View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default IF multiple arguments

=IF(B1="","",IF(B150,2,1))
--
David Biddulph

wrote in message
...
I have =IF(B150,2,1) in cell A1 How an a get a blank value if B1 is blank
in A1