Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default conditional formatting in excel 2007

I have a table of 90 rows with names in column 1 followed by 6 cloumns of
numbers.
i.e.1 Alan 8 11 23 38 42 48
2 Dave 6 8 13 24 40 43
and so on.
Presently I have a CF formula that will colour a number cell Grey when the
matching number is entered into a master row. =MATCH(C1,$R$1:$BR$1,0)

I now want the name to turn Yellow when 4 numbers are greyed, Red when 5
numbers are greyed and Green when all 6 are greyed.

Any ideas please?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default conditional formatting in excel 2007

Assuming the name is in cell B2:

Yellow:
=SUMPRODUCT(--ISNUMBER(MATCH(C2:H2,,R$1:BR$1,0)))=4

Red:
=SUMPRODUCT(--ISNUMBER(MATCH(C2:H2,,R$1:BR$1,0)))=5

Green:
=SUMPRODUCT(--ISNUMBER(MATCH(C2:H2,,R$1:BR$1,0)))=6


--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Lofty" wrote:

I have a table of 90 rows with names in column 1 followed by 6 cloumns of
numbers.
i.e.1 Alan 8 11 23 38 42 48
2 Dave 6 8 13 24 40 43
and so on.
Presently I have a CF formula that will colour a number cell Grey when the
matching number is entered into a master row. =MATCH(C1,$R$1:$BR$1,0)

I now want the name to turn Yellow when 4 numbers are greyed, Red when 5
numbers are greyed and Green when all 6 are greyed.

Any ideas please?

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting in Excel 2007 Jon Excel Worksheet Functions 2 October 17th 09 10:50 PM
conditional formatting in excel 2007 PJS Excel Discussion (Misc queries) 1 August 31st 09 05:46 PM
Conditional formatting, Excel 2007 Horatio J. Bilge, Jr. Excel Discussion (Misc queries) 2 June 26th 09 04:16 PM
Conditional Formatting in Excel 2007 Glenda Excel Discussion (Misc queries) 5 February 29th 08 06:47 PM
Conditional Formatting In Excel 2007 Railrd Excel Discussion (Misc queries) 0 February 26th 08 08:50 AM


All times are GMT +1. The time now is 10:18 PM.

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"