Dynamically linking two sheets

S0ph1e

New Member
Joined
Dec 13, 2023
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hi!

I'm trying to make a 'quick view' sheet which is a copy of the main sheet but where i can hide columns that aren't of interest, whilst getting it to automatically update with any new information that has been applied to the main sheet.

I have tried to dynamically link the two sheets but the formatting isn't great and where there is conditional formatting in the source sheet the destination sheet cells just throw up numbers.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Welcome to the Board!

You could put formulas in each cell to return the value of its counterpart on the other sheet.

For example, if you want the value from cell A1 on Sheet1 to show up in cell A1 on Sheet2, place this formula in cell A1 on Sheet2:
Excel Formula:
=IF(Sheet1!A1<>"",Sheet1!A1,"")
You can then copy this formula for all cells that may contain values.
Since these are formulas, they will automatically update as the values in Sheet1 are updated.

Unfortunately, Excel formulas can only return values and not formatting.
If you wish to apply the same formatting as on Sheet1, I recommend that you use the Format painter to copy and paste the formatting from Sheet1 to the exact same range on Sheet2.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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