Below is 3 different formulas that occur on 3 different rows. Jut a quick summary of what they are. I'm trying to create a labor calculator that when you enter man hours for a job it will total everything. The "S" means straight time, the "O" means overtime, the "D" means double time, if that helps. The numbers in the formula are the labor rates.
Not all of this formula will apply, only what I enter in the columns will be used to do the costing. The formulas work on each separate row as they should but I really need to combine all 3 for consistency throughout the spreadsheet.
I have tried everything to combine the formula and I keep crashing it once I combine them............. any suggestions?
=IF(D8="S",(C8*70),IF(D8="O",(C8*G8105),IF(D8="D",(C8*140))))
=IF(G9="S",(E9*F9*60),IF(G9="O",(E9*F9*90),IF(G9="D",(E9*F9*120))))
=IF(J10="S",(H10*I10*60),IF(J10="O",(H10*I10*90),IF(J10="D",(H10*I10*120))))
Not all of this formula will apply, only what I enter in the columns will be used to do the costing. The formulas work on each separate row as they should but I really need to combine all 3 for consistency throughout the spreadsheet.
I have tried everything to combine the formula and I keep crashing it once I combine them............. any suggestions?
=IF(D8="S",(C8*70),IF(D8="O",(C8*G8105),IF(D8="D",(C8*140))))
=IF(G9="S",(E9*F9*60),IF(G9="O",(E9*F9*90),IF(G9="D",(E9*F9*120))))
=IF(J10="S",(H10*I10*60),IF(J10="O",(H10*I10*90),IF(J10="D",(H10*I10*120))))