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

I am trying to setup a wookbook for tracking daily in/out for employees. I
have a sheet listing all employees. I have a second sheet that lists the
same names and has a column for "Unavailable". I would like to setup the
workbook such that when an X is next to the name in the second sheet, all
instances of that name in the first sheet are striked out.

Is it possible to setup conditional formatting to accomplish this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Conditional Formatting using multiple sheets

Name the data on Sheet2 as (for example) 'Names' and 'Unavailable'

On Sheet1 set CF:

FormulaIs:
=INDEX(Unavailable,MATCH($A1,Names,0))="X"

Select Format and check "Strikethrough"

OK.

HTH


"kwinston" wrote:

I am trying to setup a wookbook for tracking daily in/out for employees. I
have a sheet listing all employees. I have a second sheet that lists the
same names and has a column for "Unavailable". I would like to setup the
workbook such that when an X is next to the name in the second sheet, all
instances of that name in the first sheet are striked out.

Is it possible to setup conditional formatting to accomplish this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Conditional Formatting using multiple sheets

I've defined names for both data ranges. However, the formula below is not
formatting. The two data ranges are two different sheets...how can that be
accomplished?

Thanks!

"Toppers" wrote:

Name the data on Sheet2 as (for example) 'Names' and 'Unavailable'

On Sheet1 set CF:

FormulaIs:
=INDEX(Unavailable,MATCH($A1,Names,0))="X"

Select Format and check "Strikethrough"

OK.

HTH


"kwinston" wrote:

I am trying to setup a wookbook for tracking daily in/out for employees. I
have a sheet listing all employees. I have a second sheet that lists the
same names and has a column for "Unavailable". I would like to setup the
workbook such that when an X is next to the name in the second sheet, all
instances of that name in the first sheet are striked out.

Is it possible to setup conditional formatting to accomplish this?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Conditional Formatting using multiple sheets

"I have a second sheet that lists the same names and has a column for
"Unavailable". "

According to your posting, the second sheet contains both names and
unavailable: these are the named ranges. How else are you going to link names
to the "unavailable" flag?

"kwinston" wrote:

I've defined names for both data ranges. However, the formula below is not
formatting. The two data ranges are two different sheets...how can that be
accomplished?

Thanks!

"Toppers" wrote:

Name the data on Sheet2 as (for example) 'Names' and 'Unavailable'

On Sheet1 set CF:

FormulaIs:
=INDEX(Unavailable,MATCH($A1,Names,0))="X"

Select Format and check "Strikethrough"

OK.

HTH


"kwinston" wrote:

I am trying to setup a wookbook for tracking daily in/out for employees. I
have a sheet listing all employees. I have a second sheet that lists the
same names and has a column for "Unavailable". I would like to setup the
workbook such that when an X is next to the name in the second sheet, all
instances of that name in the first sheet are striked out.

Is it possible to setup conditional formatting to accomplish this?

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 and Across Sheets jkl Excel Discussion (Misc queries) 5 February 13th 07 11:36 PM
Conditional Formatting across Sheets Corey Excel Worksheet Functions 5 January 5th 07 01:12 PM
Why Not Conditional Formatting For Multiple Sheets? Mhz New Users to Excel 2 July 13th 06 01:27 PM
Compare two Sheets with Conditional Formatting wayliff Excel Discussion (Misc queries) 1 January 14th 06 12:26 AM
Compare two Sheets with Conditional Formatting wayliff Excel Discussion (Misc queries) 0 January 13th 06 08:15 PM


All times are GMT +1. The time now is 08:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"