Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the attached Document, is it possible to compare the previous days Qty for each orderId which will tell me the difference of qty's when comparing against the previous each Day
orderId dateStamp Qty Diff
1 05/09/2013 12 0
1 04/09/2013 12 -13
1 03/09/2013 25 12
1 31/08/2013 7 -3
1 30/08/2013 10 10
Thanks
Try
=sum(Qty) - below(sum(Qty))
for your Diff expression
Hi,
Sorry It is not bringing the figures that I require.
Thanks
It (@swuehl's solution) is working perfect, PFA
Yes, sorry it is working, I didn't put all the dates on my above list so when I was doing my cross matching i was miscounting.