0

Insert an Excel formula from a formula

Hi all,

I have this formula:
=IF(Z$30="Real";GL("Balance";$E32;Z$27;Z$28;;;;;;;;$J$3);
IF(AND(Z$30="Budget";$E32<>"97310");GL("Budget";$E32;Z$27;Z$28;;;;;;;$J$15;$J$3);
IF(AND(Z$30="Budget";$E32="97310");SUMIFS(Z:Z;$F:$F;"<>CIT";$G:$G;"Income Statement")*(CIT_PERC/100)*-1;0)))

This formula calculates just fine however, I would like to put the formula "SUMIFS(Z:Z;$F:$F;"<>CIT";$G:$G;"Income Statement")*(CIT_PERC/100)*-1" in the cell instead of the resulting value. This because of the fact the sheet gives the user a starting point in terms of real and budget figures from Navision and the user will start changing figures to create a new forecast (budget scenario) in wich this cell should recalculate based on changed values.

Does anyone know if this is possible (put the formula in a cell instead of the resulting value)?

Thank you very much in advance!!!

Best regards,
Gerard

6 comments

Please sign in to leave a comment.