2 Layers of Data in same cell

HelplessInSeattle

New Member
Joined
Jul 14, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi - i'm trying to create a spreadsheet for resource allocation that has 2 layers - 1 layer with all the resources sits underneath and is "locked" - and then l want be able to create a duplicate layer over the top, but where each cell can be moved around, and when it is moved, the underlying text shows - so for instance moving the cell or tile to an "allocated column, l can see it in the allocation column, but can still see it in the full list, but might just be in RED to indicate it is not where it should be. I've searched everywhere but can't find any info on this.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I am not sure I completely understand your idea, but it sounds similar to something I have done - mapping a PV field.
For the purpose I used 2 sheets. One hidden containing reference numbers, and one visible for visual purposes - showing additional data as comments, showing/setting status/type or anything. But then I had another sheet with a data table where all the necessary and available information was consolidated.

But maybe some additional information from you may help understand your idea better - what is the purpose, how you want it to look and behave, code or no code ...

for example if you have two sheets (Sheet1 and Sheet1_1), you can use a formula like this:
Excel Formula:
=INDIRECT(MID(CELL("filename"),SEARCH("]",CELL("filename"))+1,999)&"_1!"&CELL("address"))
to display on sheet1 the value of the corresponding cell in sheet1_1
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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