Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have created a pivot table chart, showing customers/total sales.
I want the chart to always only show the sales for the previous month.
is there a formula I can use to do this?
Many thanks!
sum(if(month=month(yourdatefield)-1, sales))