Thread: OR Function
View Single Post
  #1   Report Post  
David Billigmeier
 
Posts: n/a
Default

=IF(OR(A1=condition1,A1=condition2),output_for_tru e,output_for_false)

--
Regards,
Dave


"frustratedwthis" wrote:

I am trying to make a formula using the if function. However, within this
formula I need to nest an OR function. I can not get it to work. Any
suggestions?