Hello,
I'm working off an excel file used to track overall and individual performance scores on jobs (for a moving company). Right now, everything is entered/copied into the multiple sheets manually, which is unnecessary, but I do not know anything about macros.
The Master sheet will look something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]11
[/TD]
[TD]Pack Date[/TD]
[TD]Cust. Name[/TD]
[TD]Deliver Date[/TD]
[TD]Score 1[/TD]
[TD]S.2[/TD]
[TD]S.3[/TD]
[TD]S.4[/TD]
[TD]S.5[/TD]
[TD]Worker 1[/TD]
[TD]W.2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Worker 10[/TD]
[/TR]
[TR]
[TD]12
[/TD]
[TD]1.1.16[/TD]
[TD]Smith[/TD]
[TD]1.2.16[/TD]
[TD]100[/TD]
[TD]75[/TD]
[TD]75[/TD]
[TD]100[/TD]
[TD]50[/TD]
[TD]Bob[/TD]
[TD]Rob[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Where a row contains job info, 5 different scores, and individual columns for each person working on that job (which is never more than about 5 or 6? I made 10 just to be safe). It also gives me 10 rows to run some simple functions to get some stats once I get this running. Individual sheets will look the same as the Master sheet.
I'd like to build a macro that copies an entire row from the master sheet and pastes it into an individual's sheet if that individual's name appears in any of the worker columns. It would be best if the macro could be set up so individual sheets automatically update when new jobs are entered into the Master sheet. Thank you all in advance!
I'm working off an excel file used to track overall and individual performance scores on jobs (for a moving company). Right now, everything is entered/copied into the multiple sheets manually, which is unnecessary, but I do not know anything about macros.
The Master sheet will look something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]11
[/TD]
[TD]Pack Date[/TD]
[TD]Cust. Name[/TD]
[TD]Deliver Date[/TD]
[TD]Score 1[/TD]
[TD]S.2[/TD]
[TD]S.3[/TD]
[TD]S.4[/TD]
[TD]S.5[/TD]
[TD]Worker 1[/TD]
[TD]W.2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Worker 10[/TD]
[/TR]
[TR]
[TD]12
[/TD]
[TD]1.1.16[/TD]
[TD]Smith[/TD]
[TD]1.2.16[/TD]
[TD]100[/TD]
[TD]75[/TD]
[TD]75[/TD]
[TD]100[/TD]
[TD]50[/TD]
[TD]Bob[/TD]
[TD]Rob[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Where a row contains job info, 5 different scores, and individual columns for each person working on that job (which is never more than about 5 or 6? I made 10 just to be safe). It also gives me 10 rows to run some simple functions to get some stats once I get this running. Individual sheets will look the same as the Master sheet.
I'd like to build a macro that copies an entire row from the master sheet and pastes it into an individual's sheet if that individual's name appears in any of the worker columns. It would be best if the macro could be set up so individual sheets automatically update when new jobs are entered into the Master sheet. Thank you all in advance!