View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
prog prog is offline
external usenet poster
 
Posts: 7
Default MS Excel If statement containing AND within an OR

Hi,

I have a quick question on how to add a AND statement within an OR. Like
the below:

if(OR(x=1, y=2, b=3,( j=5 AND t=9 AND p=4))