Conditional Formatting using multiple sheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
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!
 
"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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top