JulieD,
This is how it works. I have a labor list in the LaborCosts Worksheet.
column A column B column C
1 Carpenter $16.50 h
2 Helper $10.60 h
3 Mason $21.20 h
4 Plumber $23.20 h
and there on...
On the Service Description Worksheet I have the services devided in to
category lists. So, in the Doors & Windows column I would have for instance:
Service
Labor Material
4"-0 double hung wood window installation - each $68.40
$750.00
etc...
The labor cost for the window installation stands for:
=LaborCosts!B1*2+LaborCosts!B2*3
So it takes the equivalent of 2 hours of a carpenter's wage and 3 of a
helper's wage to install the window. And the same works for materials, I have
a Material shpreadsheet with the costs of the window, nails, glue, tar paper,
the list goes on. The $750.00 for the material cost is a variant of all these
materials. Well, that goes on for just about 3000 more services and materials
that I have in the database. The system works great and the numbers are
allways right on. The problem is that after the bid is done I spend a long
time doing the material and labor take-off (what and how much I have to buy
and who's doing the work). Well, since I have all this material and labor
information, and I know how much of each is being used I shouldn't be
spending time doing the take-offs. The problem is that I just can't figure
out a way to get it working.
What I need is, once I choose
'4"-0 double hung wood window installation - each' in the Bidding
spreadsheet from an =indirect(Category) data validation, the material
take-off would come up in a new spreadsheet (i.e.):
Column A Column B
Doors & Windows Qtdy.
Carpinter 2
Helper 3
4"-0 double hung wood window - each 1
1/16" nail 30
Tar Paper 5
etc...
I don't mean to give you too much trouble, it's just that this has been a
challenge of mine for quite a while. I know that with MS Access this could
solve this problem with no trouble but the nice thing about the system is
that it works all in Excel nicely.
best,
MCorrea
ps.: could a pivot table be the answer????