Thread: If question
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default If question

Hi

Try this:

=IF(A2<B2,"Increase A",IF(A2C2,"Decrease A","A is good"))

Regards,
Per

"tss" skrev i meddelelsen
...
I have three columns, A, B and C, I need a quick analysis / IF statement to
determine:
If A is between B and C,"A IS GOOD"
If A is below B, "INCREASE A"
If A is above C, "DECREASE A".

Thanks