Hello all,
My very first post so I'll try to do a good job of it. I've created a cost estimating spreadsheet that has come out pretty well, except for one deficiency I can't figure out:
In general terms, I have a cell (E9) that searches for a task (such as "01.01") and retrieves the row location of that task (for example, row 18). I then have a sumproduct expression that - as now written - relies on user editing the formula with the row # inserted. For example:
=SUMPRODUCT(--('Detailed Estimate'!$F$3:$J$3='REF Titles and Rates'!$B9),'Detailed Estimate'!$F$18:$J$18)
I would like to be able to paste this formula across numerous columns and have the formula self-update by inserting the correct row reference. For example, if next task is found in row 32, the formula would be the same except $F$18:$J$18 would change to $F$32:$J$32. I anticipate there's some way to use "indirect" expression but I'm at a loss.
Please see abbreviated version of my spreadsheet attached. Turning specifically to the attachment:
On the Detaile Estimate tab, the user selects tasks in the format xx.yy (such as 01.01, 02.03, etc.) that correspond to work assignments. The work is done by people w/ varying job titles (rates of pay); the user selects their titles from the pull-downs (green highlights).
The manager's estimating is done on the Detailed Estimate tab by entering hours for specific staff people (in the yellow highlighted areas). By copying and pasting the series of rows, additional tasks can be added. In reality, some projects might use very few tasks and some very many (up to about 60). {I gave up on trying to automate the addition or subtraction of tasks...but that's a separate matter}
Once the estimating is done on the Detailed Estimate tab, I need to be able to total hours in a different fashion: by job title. This is done on the REF Titles and Rates tab, in the blue highlighted areas. In Row 3, I have the spreadsheet retrieving a row identifier, and in columns E & F, I have manually entered the sumproduct formula to total hours by title, so as to illustrate where I'm trying to go. But how can I alter the column E/F formula such that it actively references the Row 3 data above...so I can then paste it across the remaining columns???
I look forward to your help. Thank you very much for any feedback.
-Steve
Bookmarks