Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is "OR" operator allowed in Excel conditional formatting? If so is there
something wrong with this formula - it does not seem to be working? =OR(TRIM(K3)="PENDING","INACTIVE") |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Your using the wrong syntax, this will work as a CF =OR(TRIM(K3)="PENDING",TRIM(K3)="INACTIVE") -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Steve Stad" wrote: Is "OR" operator allowed in Excel conditional formatting? If so is there something wrong with this formula - it does not seem to be working? =OR(TRIM(K3)="PENDING","INACTIVE") |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=OR(TRIM(K3)={"PENDING","INACTIVE"})
"Steve Stad" wrote: Is "OR" operator allowed in Excel conditional formatting? If so is there something wrong with this formula - it does not seem to be working? =OR(TRIM(K3)="PENDING","INACTIVE") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting Question | Excel Discussion (Misc queries) | |||
Conditional Formatting Question | Excel Discussion (Misc queries) | |||
Conditional Formatting Question | Excel Discussion (Misc queries) | |||
Conditional Formatting Question | Excel Worksheet Functions | |||
Conditional Formatting Question | Excel Worksheet Functions |