I have seen some similar threads on this, but most deal with dates, not volumes.
I am trying to write a formulate that will track volumes purchases, and by comparing to on hand volume, show me unsold inventory.
Example
A B C D E F G H I J K L M
1 On Hand Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2 300 150 100 50 75 100
3
4 Unsold 0 75 50 75 100
In the example, On Hand is physical inventory today.
In the example, The quantities in column B-F are the amounts purchased each month.
The expected results are shown on line 4.
To help you understand better, if I change the On Hand to 125, then the result would be:
4 Unsold 0 0 0 25 100
This would be updated at the end of each month. At the end of the month, the data for that month will be added to the appropriate column, and the on hand will be updated with the new current physical quantity. Basically a very quick reference for old stock using purchasing data, without the need to use Sales Data.
I just cannot figure out a way to dynamically sum data backwards.
Thank you in advance for your help.
Todd
I am trying to write a formulate that will track volumes purchases, and by comparing to on hand volume, show me unsold inventory.
Example
A B C D E F G H I J K L M
1 On Hand Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2 300 150 100 50 75 100
3
4 Unsold 0 75 50 75 100
In the example, On Hand is physical inventory today.
In the example, The quantities in column B-F are the amounts purchased each month.
The expected results are shown on line 4.
To help you understand better, if I change the On Hand to 125, then the result would be:
4 Unsold 0 0 0 25 100
This would be updated at the end of each month. At the end of the month, the data for that month will be added to the appropriate column, and the on hand will be updated with the new current physical quantity. Basically a very quick reference for old stock using purchasing data, without the need to use Sales Data.
I just cannot figure out a way to dynamically sum data backwards.
Thank you in advance for your help.
Todd