View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
TypeType TypeType is offline
external usenet poster
 
Posts: 7
Default If Function - two conditions?

Is it possble to make two conditions (logical test) in the IF statement.

For example IF A1 = ("Rejected" or "Denied",A2+90,A2+30)

I tried this but it was not accepted - invalid. What is the correct way to
do this?

Thanks!