I had some help this morning on the attached spreadsheet, however I need more formulas to link together.
In column L I have a formula;
=IF(AND(H3="Budget",I3="MS-SC (MU)"),K3+20,IF(AND(H3="Firm"),K3+40))
however I need it to add multiples on i.e;
=IF(AND(H3="Budget",I3="MS-SC (W)"),K3+20,IF(AND(H3="Firm"),K3+40))
also add on ;
=IF(AND(H3="Firm",I3="Variation"),K3+10,
can this be done? so it looks like the below but actually works...
=IF(AND(H3="Budget",I3="MS-SC (MU)"),K3+20,IF(AND(H3="Firm"),K3+40)),=IF(AND(H3="Budget",I3="MS-SC (W)"),K3+20,IF(AND(H3="Firm"),K3+40)),=IF(AND(H3="Firm",I3="Variation"),K3+10
Solved by F. B. in 12 mins