How can I get the formatting of a field in one worksheet to transfer to subsequent worksheets within a work book.
I have a field containing text in my first worksheet and it contains some formatting. (e.g. the 3rd word of the sentence is bold, underlined and is in blue and the rest of the text is normal).
In my subsequent worksheets I have referenced this field by way of a formula: =Distributor!A22
However, the formatting of the referenced field is not coming across to the other worksheets.
Does anyone know how to write the formula so that it will present the field exactly as it is shown on the the referenced worksheet?
Thank you in advance!
Microsoft Excel
Last Comment
Joe Brown
8/22/2022 - Mon
Wayne Taylor (webtubbs)
You can't link formatting between cells, with a formula or otherwise. You also can't format the result of a formula as you require - that's only possible with constant values.
Rob Henson
If the contents of the source cell aren't going to change then copy and paste the formatting to the subsequent sheets.
You can group the sheets and do the paste into all sheets in one go:
Copy the first cell, select the second sheet and select the cell where required and then press Shift and Select the last tab where required. Then Paste Special - Formats.
If the sheets requiring the format are not one after the other, use Ctrl + click to select each tab rather than Shift + click on first and last.
Then select the first sheet to ungroup the sheets.
The only downside that I could see with that is if the source cell changes size rather than any other formatting. The size of the image changes in line with the source cell but it does change the size of the cell where the image is overlaid.