I need a formula where I can allocate cell E2 to the rest of the cells in column E. The catch is I need cell E2 to show a decrease in the amount if that makes sense.
I think what you want to do is not possible using a formula , since E2 cannot have data and a formula at the same time. Secondly , if the rest of the cells in column E are allocated the value in cell E2 using formulae , then when E2 is decreased , all the formulae will reflect the change.
What you want done is possible using VBA.
Can you manually enter the values which should be put in cells E3 through E16 ?
Thanks for your response. E2 is the contract I'm allocating from and E3 - E16 are contracts I'm allocating to. The allocation overall total amount will be $502,660 which will leave a remaining balance. I need for the remaining balance to show in E2. I hope this makes sense.