Hi, I have a column of numbers and I need to find a way for the column beside it to add them up and stop at 1000 and then start again. For example:
100
24
56
320
80
I need to somehow add 100+24+56...up to 350 using a portion of the 320 (170 to get to 350) and then start again by applying the rest of the 320 amount of 150+80+...to get to 350 again.
Is there a formula or do I need to use a code? I don't know how to use VBA.
Bookmarks