Thread: PLEEEEEASE HELP
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default PLEEEEEASE HELP

Try it like this:

=IF(AND(A41,OR(A5="AAA",A6="BBB")), action_if_true, action_if_false)

Hope this helps.

Pete

On Jan 11, 9:36*am, CC wrote:
I've try associate IF OR AND * * *all toghether
like

IF *cell A4 1 * * AND * ( cell A5 = "AAA" *OR Cell A6 *= "BBB" ) * Then ...

but not with sucess

I apreciate your help
cc