#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CC CC is offline
external usenet poster
 
Posts: 91
Default PLEEEEEASE HELP

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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CC CC is offline
external usenet poster
 
Posts: 91
Default PLEEEEEASE HELP

It works

Thank you Pete
cc



"Pete_UK" wrote:

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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default PLEEEEEASE HELP

You're welcome - thanks for feeding back.

Pete

On Jan 11, 11:09*am, CC wrote:
It works

Thank you Pete
cc



"Pete_UK" wrote:
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- Hide quoted text -


- Show quoted text -


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"