Conditional Formatting using cell from another worksheet

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

Guest

I have a series of worksheets that refer to a "master" worksheet for
constraints. I want to be able to change the color of a cell on a worksheet
"P1" based on a value in a cell on the "Master" worksheet.
Example:
If !P1J15>='Master'J15 BlueText, otherwise RedText

The Conditional Formatting says I can't use a formula reference to a cell in
another worksheet. Need help.
 
You could name the range , then in the conditional format enter
=NamedRange instead of Sheet!range
Should work
 
Well Done! It works.
I named the cell on the Master worksheet and inserted the =rangename and it
worked perfectly. Thank you so much!
 

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