Not sure what the best route is here. I'm trying to draft info from a 10 row range to another sheet in the same workbook based on a variable answer.
The source worksheet has 10 rows with the needed data in Z10-Z19.
Each row has data representing time spent at one of 6 locations, so I've used column S (S10-S19) to hold an identifier for the appropriate location that time was spent at, "A", "G", "MG", "T", "W", or "WP".
Each location has a column in the destination worksheet. I need to figure out how to send the data from Z10-Z19 to the appropriate column based on the location identifier from S10-S19.
To complicate slightly more, there are 14 worksheets I'd be doing this for, sending them all to 1 destination sheet, with each of the 14 having a row. All this would be done for 2, 15 day ranges. So it's data from a 2 week period going into a bi-weekly timesheet.
Any ideas?
Bookmarks