Hi,
I've put together this formula.
=IF([@[NOV-17 Finished Goods SO Demand]]>[@[VARIABLE SO Months Average]], ([@[QTY IN STOCK]]+[@[QTY ON ORDER NOV 17]])-[@[NOV-17 Finished Goods SO Demand]], ([@[QTY IN STOCK]]+[@[QTY ON ORDER NOV 17]])-[@[VARIABLE SO Months Average]])
It works, but I need to take it a step further.
Currently the formula looks at two numbers on the same row and which ever one is greater, it will use that number.
The 'VARIABLE SO Months Average' is 3 months of sales order history /3.
This therefore would be overstating the stock quantity if I use this if we are on the last week of the month.
Is it at all possible using a today formula or week, or EO etc, to get the formula above to change the VARIABLE SO Months Average depending on what week we are in of the month.
For example if I opened the spreadsheet up on the 1st of the month it would be the same as the 'VARIABLE SO Months Average' would be for the whole month, 4 weeks worth (= VARIABLE SO Months Average / 4 * 4) and then compare against 'Finished Goods SO Demand'
However, if I opened the spreadsheet up on the 28th of the month, that is the last week of the month, so it would only be 1 weeks worth.
= VARIABLE SO Months Average / 4 * 1
I know what I need to achieve, but I don't know if it's possible to put it in the above formula so the sum changes depending on what week we are in of the month.
If anyone can help with this impossible task it would be a massive help!
I've put together this formula.
=IF([@[NOV-17 Finished Goods SO Demand]]>[@[VARIABLE SO Months Average]], ([@[QTY IN STOCK]]+[@[QTY ON ORDER NOV 17]])-[@[NOV-17 Finished Goods SO Demand]], ([@[QTY IN STOCK]]+[@[QTY ON ORDER NOV 17]])-[@[VARIABLE SO Months Average]])
It works, but I need to take it a step further.
Currently the formula looks at two numbers on the same row and which ever one is greater, it will use that number.
The 'VARIABLE SO Months Average' is 3 months of sales order history /3.
This therefore would be overstating the stock quantity if I use this if we are on the last week of the month.
Is it at all possible using a today formula or week, or EO etc, to get the formula above to change the VARIABLE SO Months Average depending on what week we are in of the month.
For example if I opened the spreadsheet up on the 1st of the month it would be the same as the 'VARIABLE SO Months Average' would be for the whole month, 4 weeks worth (= VARIABLE SO Months Average / 4 * 4) and then compare against 'Finished Goods SO Demand'
However, if I opened the spreadsheet up on the 28th of the month, that is the last week of the month, so it would only be 1 weeks worth.
= VARIABLE SO Months Average / 4 * 1
I know what I need to achieve, but I don't know if it's possible to put it in the above formula so the sum changes depending on what week we are in of the month.
If anyone can help with this impossible task it would be a massive help!