OR Function

  • Thread starter frustratedwthis
  • Start date
F

frustratedwthis

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?
 
D

David Billigmeier

=IF(OR(A1=condition1,A1=condition2),output_for_true,output_for_false)
 
Top