Apply format from original cell in new formula

Vilep

New Member
Joined
Jul 14, 2023
Messages
9
Office Version
  1. 365
Platform
  1. Windows
Hi
I have a table in a sheet. Some rows have various formatting, e.g. bold.
I want these data in another sheet, so I've made formula just referencing the cell e..g =Sheet1!A1 etc. for all cells from sheet 1. However, I also want to copy the original formatting per cell as I want to filter on this information, e.g. filter away all rows in bold in sheet 2.

Any idea on how to copy format from original cell, or other way to have an "original sheet" and in other sheet do manipulations on formatting from sheet 1?

Thanks
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Formulas can only bring over values, not formatting from the cells they are referencing.

If the formatting was originally applied via Conditional Formatting, you may be able to use the same rules on the new section as the old one to recreate the formatting.
Otherwise, you will probably need to use VBA to copy the formatting over (if you do not want to do it manually).
 
Upvote 0
Solution

Forum statistics

Threads
1,215,143
Messages
6,123,274
Members
449,093
Latest member
Vincent Khandagale

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