Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I want to develop a sheet that reccomends to move a item from one store to another, based on less days that the item is excpected to be on stock.
I have a table that shows thoese values:
Store name,Item code,Sales amount,Inventory amount,Inventory entry date,sales amount / inventory amount * today()-[inventory entry date] AS [stock expected days]
I want to be able to get a table like this:
SELECTION: CURRENT STORE - STORE B
Can you advice? 😅