The only way to do this I know of is through VBA. When you use the drop downs to select a value on the LABOR sheet, the selection is immediately replaced with a formula that gives the same result. This way if you go back and change the Assumptions, the new values flow back to your previous selections on the LABOR sheet.
This has been added to the LABOR sheet code module:
Before that would work, however, I had to fix the decimal errors hidden in your ASSUMPTIONS. When you multiply decimal values the results are almost always LONG decimal values. $ values stop at 2 decimal values so your number formatting was hiding the errors. You should always apply rounding to decimal values that have been multiplied to insure the DISPLAYED value is the real value in the cell.
Bookmarks