B
Billmc0714
How i get the fill color of a cell on page 2 when its linked to a cell on
page 1
page 1
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Gord Dibben said:If the source fill color is due to Conditional Formatting, replacate that CF
in the target cell.
Otherwise...........linked formulas, as all formulas, return values only,
not formatting.
Gord Dibben MS Excel MVP
Gord Dibben said:Start with A1 on sheet1
Enter a number like 3
Format>CF>Cell value is: between 1 and 10
Format to yellow.
Go to A1 on sheet2 and enter =sheet1!A1
Format>CF>Cell value is: between 1 and 10
Format to yellow.
Go to sheet1 and change A1 number to 12
Color goes away on both cells.
Change sheet1 A1 to 6 and color comes back to both cells.
There is no other way to change the fill color on sheet2 without the CF or
VBA.
Color change is not a trappable event so even with VBA it would be difficult
AFAIK and probably require Case statements based on colorindex number of
source cell.
As I said earlier..........you cannot link colors in any straightforward
manner.
Gord
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.