Hi y'all --- I've run into another Excel puzzle. I have a single number that I need to subtract from a series of numbers in the same row, rolling the remainder left from the first number over to the next number until the first number has been entirely subtracted out of the number series.
Eg. Pre-calculation: columnA [] columnB columnC columnD
300 10 200 300
Post calculation:
columnA [] columnB columnC columnD
300 0 0 210
Column A's value can be left there or deleted post calculation - it is not important once the calculation is done. I'd ideally like to use a series of formulas to do this instead of writing a macro. I have to give this to someone who is not a macro user.
Any help/guidance/etc would be very welcome!
Bookmarks