Linking cells together

Railsplitter44

New Member
Joined
Sep 4, 2006
Messages
24
Is it possible to link one cell to another ie =A1 so that not only their values are equal but is it possible to have their formats are the same as well?

For example, If I change the formats (font color/pattern color) in Cell A, I want the same to happen in Cell B
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
I don't think you can link formats from one cell to another.

I just do the standard link for the value, and then copy/paste formats if need be.

If there aren't too many conditions across the entire worksheet, you could use conditional formats.

Or you could also do conditional formatting via a VBA macro like on a worksheet change event if you have more than 3 conditional formats.
 
Upvote 0
Hi RailSplitter44:

To add to what Big Monkey has already stated, Linked cell will not inherit the Format from the source cell. So you may link the cell for value, and then to copy the FORMAT of the cell do ...

from source EDIT|Copy and to destination EDIT|PasteSpecial|Formats

natively from within the Worksheet environment or via VBA
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,547
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top