Can someone show me how I can get this done?
A1 - 65
A2 - =A1*.5
A3 - =A1*.3
A4 - =A1*.2
Result would be
A2 - 32.5
A3 - 19.5
A4 - 13
But I want it to show A2 as 32, A3 as 19, With the left over in A5. so A5 would have to result in 1.
Also need help with this.
A6 - =(A2+A3)/2
A7 - =(A2+A3+A4)/3
Result would be
A6 - 26
A7 - 21.67
But i need the results to show A7 as 21, and A8 as 3 (the leftover)
Is it possible to do that?
Bookmarks