Hello, I have the following formula on a sheet being used in cell F7:
I would like to add the ability in that code to type in a percentage value in cell H7 and have it adjust the total value listed in cell F7 by that percentage amount.
For example:
If cell F7 shows a result of 1800, and cell H7 is given a value of 50%, then F7 will change to 900. Thank you!
Code:
=IF(D7="","",ROUNDDOWN(((T46*K7)+(U46*K9)+(V46*K11)+(W46*K13)+(X46*K15)+(Y46*K17)+(Z46*K19)+(AA46*K21)+(AB46*K23)+(AC46*K25))/D31,0))
For example:
If cell F7 shows a result of 1800, and cell H7 is given a value of 50%, then F7 will change to 900. Thank you!