WarriorAdmin
New Member
After several days of searching, I must ask the experts!
My task is to verify equipment being used is not duplicated.
I use 10 workbooks (seperate files named for a foreman)
Each with worksheets named for each day (Monday, Tuesday etc).
Each day has a list of the equipment (by 3-4 digit number {456, 365, 4768 etc.) used in the cell range CU10-CU20.
I need to take the data from each day, output to a single sheet, and verify that no one else used the same equipment the same day. I’m imagining a sheet with days of the week in columns, and each foreman in rows.
It’s okay if it will take a few steps, I’ll be the person running the repot. VBA is also okay.
I found a formula for merging data from the first sheet of each workbook in a folder, which is a great start (http://msdn.microsoft.com/en-us/library/cc837974.aspx ) It outputs the correct data, but only for Monday (the first sheet.)
I cannot determine how to get Excel to:
1. Farm the data for all 7 days output into one
2. take that data, and sort it into a matrix of each foreman and each day the equipment number used (Also, the data from the above method outputs sort of scattered. (if I have 5 workbooks in a folder, each days data is output in a 10x10 grid, I expect it needs to be in one column to keep things neat.)
Please Help!
My task is to verify equipment being used is not duplicated.
I use 10 workbooks (seperate files named for a foreman)
Each with worksheets named for each day (Monday, Tuesday etc).
Each day has a list of the equipment (by 3-4 digit number {456, 365, 4768 etc.) used in the cell range CU10-CU20.
I need to take the data from each day, output to a single sheet, and verify that no one else used the same equipment the same day. I’m imagining a sheet with days of the week in columns, and each foreman in rows.
It’s okay if it will take a few steps, I’ll be the person running the repot. VBA is also okay.
I found a formula for merging data from the first sheet of each workbook in a folder, which is a great start (http://msdn.microsoft.com/en-us/library/cc837974.aspx ) It outputs the correct data, but only for Monday (the first sheet.)
I cannot determine how to get Excel to:
1. Farm the data for all 7 days output into one
2. take that data, and sort it into a matrix of each foreman and each day the equipment number used (Also, the data from the above method outputs sort of scattered. (if I have 5 workbooks in a folder, each days data is output in a 10x10 grid, I expect it needs to be in one column to keep things neat.)
Please Help!