View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DTTODGG DTTODGG is offline
external usenet poster
 
Posts: 74
Default Excel IF function help

Hello-

I need to write a statement similar to:

IF (F2 = 4 AND J2 = 4) then AA2 = "Northwest" else AA2 leave at whatever
value is currently there (no change)

IF (F2 <=2 AND J2 =4) then AA2 = "Northeast" else AA2 leave at whatever
value is currently there (no change)

How do I do this in excel?
Thank you so much