worksheet link

O

oldLearner57

hi community

how am I to create a link where, example:

at worksheet A,

A1 is being formatted with 2 decimal places and is shaded "Blue"

at worksheet B,

also at A1, I wish to create a link so that this "A1" will also able to get
the shaded "Blue" color as well as the formatted 2 decimal places from
worksheet "A"

can this be done?

any guide much appreciated


thanks community for assistance render

:)
 
P

Pete_UK

Just <copy> A1 from worksheet A to A1 in worksheet B (to copy the
formatting, even if it is conditional formatting), and then enter:

='worksheet A'!A1

in A1 of worksheet B

Hope this helps.

Pete
 
O

oldLearner57

hi Pete_UK

10s for the guide and i did as mentioned but when I do the change of shade
color in worksheetA,
at
worksheetB, the cell shade color does not change according to the changed
color shade in worksheetA

could it be the cell shade color cannot work as "link" ?

can please enlighten this

10s again Pete and
to community as well
 
P

Pete_UK

Yes, a formula cannot affect a format - it can only return a value.
So, if you manually change a format in one cell, this can not be
picked up via a formula in another cell. It is possible to do it with
some VBA code, but not with native functions or UDFs (User-defined
functions).

Hope this helps.

Pete
 

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

Top