View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jarek Kujawa[_2_] Jarek Kujawa[_2_] is offline
external usenet poster
 
Posts: 896
Default Using Or in an If statement

e.g.
=IF(OR(A1=1,A1=3,A1=7);1,0))
if you mean a formula