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
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