something to overwrite data from another tab.

isoutt

New Member
Joined
Jun 13, 2015
Messages
1
Hi
I have two tabs which I'm using to track hours worked (there are other tabs too but I doubt these matter for this query). Tab 2 is basically a database, an example of how it appears is this;

A B C D E
1 Employee ID Employee Name Week 20 week21 week22 ...etc
2 1001 Jim 35 35 35
3 1002 Bob 35 35 35
4 1003 Edd 35 40 40


Tab 1 contains a whole host of data, but specifically pulls through data from other tabs (in this case hours worked) and preforms calculations with the data (holiday earned, wages, etc). The data displays only one employee at a time, and I have a Dropdown box containing each Employee ID which I use to switch between IDs.

eg

A B C D E
1 Employee ID (selected via list) Employee Name (by lookup to tab 2)
2 Week number Week 20 week21 week22 ...etc
3 Hours worked (basic) (all data here displayed using lookups to other tabs or calculations)
4 Holiday earned " "
5 Bonuses paid " "
etc

Currently this just displays data that I have to manually update on each other tab. What I'd really like (nd I assume if this is possible it will only be using VBA) would be to be able to overtype the data as it appears on tab 1, and then hit a button that goes to the other tabs and auto updates the data tables there. EG in this case I update the hours worked for the selected employee and the macro goes and updates tab 2.
does this sound possible? It feels complicated to me, but keen to see what you think!

thanks, Iain
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,203,212
Messages
6,054,184
Members
444,707
Latest member
cahayagalax

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