A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Conditional Formatting on Index,Match formula



 
 
Thread Tools Display Modes
  #1  
Old April 30th, 2010, 09:02 PM posted to microsoft.public.excel.worksheet.functions
nadine
external usenet poster
 
Posts: 303
Default Conditional Formatting on Index,Match formula

I am using Excel 2003.

I am trying to use Conditional Format for a cell that contains the following
Index, Match formula:
=IF(ISNA(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))),"",(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))))

This formula is in cell S6. I'd like it to turn yellow if the result of the
formula is less than the amount in cell H6 which is a total column in a pivot
table. When I try to do this, the result never works. I've tried greater
than another cell, less than H6, greater than 0, not equal to "", etc. I
can't get this to turn yellow under the right condition. Any ideas?
  #2  
Old April 30th, 2010, 10:41 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Conditional Formatting on Index,Match formula

I am using Excel 2003.

Try using the formula Is option in conditional formatting.

Use this formula:

=AND(COUNT(S6),S6H6)

--
Biff
Microsoft Excel MVP


"Nadine" wrote in message
...
I am using Excel 2003.

I am trying to use Conditional Format for a cell that contains the
following
Index, Match formula:
=IF(ISNA(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))),"",(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))))

This formula is in cell S6. I'd like it to turn yellow if the result of
the
formula is less than the amount in cell H6 which is a total column in a
pivot
table. When I try to do this, the result never works. I've tried greater
than another cell, less than H6, greater than 0, not equal to "", etc. I
can't get this to turn yellow under the right condition. Any ideas?



  #3  
Old April 30th, 2010, 11:41 PM posted to microsoft.public.excel.worksheet.functions
nadine
external usenet poster
 
Posts: 303
Default Conditional Formatting on Index,Match formula

Did you mean to choose "Is equal to" and then enter =AND(COUNT(S6),S6H6) in
the Conditional Format dialog box? If so, this didn't work. Thanks for
trying.

"T. Valko" wrote:

I am using Excel 2003.


Try using the formula Is option in conditional formatting.

Use this formula:

=AND(COUNT(S6),S6H6)

--
Biff
Microsoft Excel MVP


"Nadine" wrote in message
...
I am using Excel 2003.

I am trying to use Conditional Format for a cell that contains the
following
Index, Match formula:
=IF(ISNA(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))),"",(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))))

This formula is in cell S6. I'd like it to turn yellow if the result of
the
formula is less than the amount in cell H6 which is a total column in a
pivot
table. When I try to do this, the result never works. I've tried greater
than another cell, less than H6, greater than 0, not equal to "", etc. I
can't get this to turn yellow under the right condition. Any ideas?



.

  #4  
Old May 1st, 2010, 03:12 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Conditional Formatting on Index,Match formula

Did you mean to choose "Is equal to"

No

You said you're using Excel 2003

So...

Select cell S6
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=AND(COUNT(S6),S6H6)
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Nadine" wrote in message
...
Did you mean to choose "Is equal to" and then enter =AND(COUNT(S6),S6H6)
in
the Conditional Format dialog box? If so, this didn't work. Thanks for
trying.

"T. Valko" wrote:

I am using Excel 2003.


Try using the formula Is option in conditional formatting.

Use this formula:

=AND(COUNT(S6),S6H6)

--
Biff
Microsoft Excel MVP


"Nadine" wrote in message
...
I am using Excel 2003.

I am trying to use Conditional Format for a cell that contains the
following
Index, Match formula:
=IF(ISNA(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))),"",(INDEX('PO20-04-30-10'!S:S,MATCH('04-30-10-ByPO'!A6,'PO20-04-30-10'!B:B,0))))

This formula is in cell S6. I'd like it to turn yellow if the result
of
the
formula is less than the amount in cell H6 which is a total column in a
pivot
table. When I try to do this, the result never works. I've tried
greater
than another cell, less than H6, greater than 0, not equal to "", etc.
I
can't get this to turn yellow under the right condition. Any ideas?



.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:34 PM.


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