how to manipulate a formulated workbook without causing manual data to not align with automated data

umayay

New Member
Joined
Mar 24, 2010
Messages
1
I am creating a Demand/Actuals document to keep track of each employee's projects and the hours needed each week and what hours were actually used.
In the Demand tab, I input the data for the expected time needed each week per project and on the actual's worksheet, I pull the data from the demand tab into it but I want to update the expected hours to be the actuals.

However, the issue comes when I add new projects to the demand tab and then want to sort them by project code and personnel's name. When I do this, the cells that I manually add to the Actuals Tab do not move with the formulated cells.

How can I lock the manual data to move with the formulated data so that when I sort them on the demand tab, it doesn't negatively affect the Actuals tab?

Here is the Demand tab example with the expected hours (filtered by project and then by Employee).

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project Name
[/TD]
[TD]Employee
[/TD]
[TD]Wk 1 hrs
[/TD]
[TD]Wk 2 hrs
[/TD]
[TD]Wk 3 hrs
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Atrialway
[/TD]
[TD]Adam
[/TD]
[TD]16
[/TD]
[TD]16
[/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Bicuspid
[/TD]
[TD]Adam
[/TD]
[TD]8
[/TD]
[TD]8
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Heatpath
[/TD]
[TD]Breanna
[/TD]
[TD]16
[/TD]
[TD]32
[/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Fortnite
[/TD]
[TD]John
[/TD]
[TD]8
[/TD]
[TD]16
[/TD]
[TD]8
[/TD]
[/TR]
</tbody>[/TABLE]

Here is the Actuals tab example with the actual hours for each wk manually added
Cells A2:B5 are auto-populated from the demand tab

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project Name
[/TD]
[TD]Employee
[/TD]
[TD]Wk 1 hrs
[/TD]
[TD]Wk 2 hrs
[/TD]
[TD]Wk 3 hrs
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Atrialway
[/TD]
[TD]Adam
[/TD]
[TD]16.5
[/TD]
[TD]20
[/TD]
[TD]38
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Bicuspid
[/TD]
[TD]Adam
[/TD]
[TD]8
[/TD]
[TD]10
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Heatpath
[/TD]
[TD]Breanna
[/TD]
[TD]10
[/TD]
[TD]25
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Fortnite
[/TD]
[TD]John
[/TD]
[TD]16
[/TD]
[TD]16
[/TD]
[TD]8
[/TD]
[/TR]
</tbody>[/TABLE]

So now, say I need to add a new project called Teather for Breanna. I add it to the Demand tab and then filter again by project and then by Employee. It shows up correctly on the Demand tab (see below) but not on the Actuals tab. The hours do not move with the new project, they are now showing up on the wrong lines.

Demand Tab:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project Name
[/TD]
[TD]Employee
[/TD]
[TD]Wk 1 hrs
[/TD]
[TD]Wk 2 hrs
[/TD]
[TD]Wk 3 hrs
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Atrialway
[/TD]
[TD]Adam
[/TD]
[TD]16
[/TD]
[TD]16
[/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Bicuspid
[/TD]
[TD]Adam
[/TD]
[TD]8
[/TD]
[TD]8
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Heatpath
[/TD]
[TD]Breanna
[/TD]
[TD]16
[/TD]
[TD]32
[/TD]
[TD]32
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Teather
[/TD]
[TD]Breanna
[/TD]
[TD]16
[/TD]
[TD]8
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Fortnite
[/TD]
[TD]John
[/TD]
[TD]8
[/TD]
[TD]16
[/TD]
[TD]8
[/TD]
[/TR]
</tbody>[/TABLE]

Actuals Tab: You can see that data in cells C5:E5 did not move down to stay with John's project but are now showing up for the new project that was added to the demand tab.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project Name
[/TD]
[TD]Employee
[/TD]
[TD]Wk 1 hrs
[/TD]
[TD]Wk 2 hrs
[/TD]
[TD]Wk 3 hrs
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Atrialway
[/TD]
[TD]Adam
[/TD]
[TD]16.5
[/TD]
[TD]20
[/TD]
[TD]38
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Bicuspid
[/TD]
[TD]Adam
[/TD]
[TD]8
[/TD]
[TD]10
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Heatpath
[/TD]
[TD]Breanna
[/TD]
[TD]10
[/TD]
[TD]25
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Teather
[/TD]
[TD]Breanna
[/TD]
[TD]16
[/TD]
[TD]16
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Fortnite
[/TD]
[TD]John
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

How do I get the manual data entered to stay with the auto-populated data when I sort them on the Demand Tab? Or is there a better way to create these two workbooks so that I can keep track of the demand vs actuals?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,223,162
Messages
6,170,432
Members
452,326
Latest member
johnshaji

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