Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Conditional Formatting

I am very unfamiliar with Excel so please forgive me for any incorrect
information, I'll do my best. I have a workbook with 15 worksheets. The first
worksheet has a list of 600 names (summary page). Each of those names will be
duplicated in the other worksheets at another time. Here is what I want to
happen:

When a name from worksheet1 has be entered into worksheets 2 - 15, I would
like the entire line on worksheet1 to be highlighted in yellow. Is this
possible to do?

Any help is appreciated
Thanks,
Debra

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
~L ~L is offline
external usenet poster
 
Posts: 177
Default Conditional Formatting

One way is to define a named range on each worksheet other than the summary
page by highlighting the range that contains names, then in the little box in
the upper left where it usually has the address, typing in a word like
"ShA","ShB","ShC" etc (without the quotes).

The named ranges are necessary because references to other sheets or
workbooks are not allowed in conditional formats.

After you have all your named ranges defined, for your conditional format
highlight the first row with a name in it (let's say A2 for the sake of this
example).

Format the cells by formula using:

=(countif(ShA,$A2)+countif(ShB,$A2)+countif(ShC,$A 2)+countif(ShD,$A2)+countif(ShE,$A2)+countif(ShF,$ A2)+countif(ShG,$A2)+countif(ShH,$A2)+countif(ShI, $A2)+
countif(ShJ,$A2)+countif(ShK,$A2)+countif(ShL,$A2) +countif(ShM,$A2)+countif(ShN,$A2))1


"Debra" wrote:

I am very unfamiliar with Excel so please forgive me for any incorrect
information, I'll do my best. I have a workbook with 15 worksheets. The first
worksheet has a list of 600 names (summary page). Each of those names will be
duplicated in the other worksheets at another time. Here is what I want to
happen:

When a name from worksheet1 has be entered into worksheets 2 - 15, I would
like the entire line on worksheet1 to be highlighted in yellow. Is this
possible to do?

Any help is appreciated
Thanks,
Debra

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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 02:48 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"