Hello, need some help/guidance...
I have a spreadsheet, that spreadsheet basically summarizes work operations on a construction drawing. The idea is that I have someone go through a workplan, and populating this spreadsheet based on the drawings. My columns are somthing like "PLAN DESCRIPTION QUANTITY". Data in the sheet would look like this ...
401 Dig Trench 30
401 Place Material 30
401 Dig Trench 23
402 Dig Trench 50
402 Place Material 50
What I want to to is summarize this sheet on another ... so I want to run a macro (I'm guessing) that would first filter for everything with 401, then I would want to sum all the quantities for "Dig Trench" (In essence giving me the total distance to trench on plan 401). Then do the same thing for "Place Material" ... once all of the items on plan 401 are counted, then move to plan 402 and count the items ... and so on ...
Any suggestions on how to approach something like this?
I have a spreadsheet, that spreadsheet basically summarizes work operations on a construction drawing. The idea is that I have someone go through a workplan, and populating this spreadsheet based on the drawings. My columns are somthing like "PLAN DESCRIPTION QUANTITY". Data in the sheet would look like this ...
401 Dig Trench 30
401 Place Material 30
401 Dig Trench 23
402 Dig Trench 50
402 Place Material 50
What I want to to is summarize this sheet on another ... so I want to run a macro (I'm guessing) that would first filter for everything with 401, then I would want to sum all the quantities for "Dig Trench" (In essence giving me the total distance to trench on plan 401). Then do the same thing for "Place Material" ... once all of the items on plan 401 are counted, then move to plan 402 and count the items ... and so on ...
Any suggestions on how to approach something like this?