Re: Conditional formatting does not work with MATCH / VLOOKUP by AA
AA
Tue Dec 26 19:35:33 CST 2006
This is the formulah in the cells:
All values looked up are whole values.
=IF(ISNUMBER(MATCH(C7,CTI!$E$7:$E$206,0)),VLOOKUP(C7,CTI!$E$7:$O$206,11,0),"")&
IF(ISNUMBER(MATCH(C7,'Batavia Air'!$E$7:$E$206,0)),VLOOKUP(C7,'Batavia
Air'!$E$7:$O$206,11,0),"")&
IF(ISNUMBER(MATCH(C7,'Multi
Structure'!$E$7:$E$206,0)),VLOOKUP(C7,'Multi
Structure'!$E$7:$O$206,11,0),"")&
IF(ISNUMBER(MATCH(C7,'PEC Tech'!$E$7:$E$206,0)),VLOOKUP(C7,'PEC
Tech'!$E$7:$O$206,11,0),"")&
IF(ISNUMBER(MATCH(C7,Adhimix!$E$7:$E$206,0)),VLOOKUP(C7,Adhimix!$E$7:$O$206,11,0),"")&
IF(ISNUMBER(MATCH(C7,JCB!$E$7:$E$206,0)),VLOOKUP(C7,JCB!$E$7:$O$206,11,0),"")
Bart
The conditions are:
1. value 28-14 (green text)
2. <= 14 (orange text)
3. if value "Expired" (bold red)
The latter is formatted correctly, not the formats 1 and two. While in
the other sheets these cvalues are formatted well.
On Dec 27, 12:52 am, Ron Rosenfeld <ronrosenf...@nospam.org> wrote:
> On 26 Dec 2006 05:54:40 -0800, "AAArens" <bartvandon...@gmail.com> wrote:
>
> >I have three conditions, in the mode "Cell Value". When the value match
> >the 3rd condition, it is indicated according tio that condition. All
> >other value who should match the 1st and 2nd conditions are not
> >indicated to their respective conditions.
>
> >BartGiven the limited information you supply, diagnosis and treatment is difficult.
>
> Most likely your formulas are not doing what you expect; or your data is not
> what your formulas expect (rounding can do this, for example).
>
> If that does not point you in the desired direction, you will need to supply
> more information.
> --ron