Dummy Excel
Well-known Member
- Joined
- Sep 21, 2005
- Messages
- 1,004
- Office Version
- 2019
- 2010
- 2007
- Platform
- Windows
Hi All,
i am trying to work out the difference of sales between current week and the week prior.
my formula so far is:
im struggling to work out how to compare it to the current week.
any help will be greatly appreciated
thanks
Sam
i am trying to work out the difference of sales between current week and the week prior.
my formula so far is:
Code:
=COUNTIFS(Historical!C:C,B2,Historical!$A:$A,A2,Historical!$I:$I,WEEKNUM(TODAY())-1)
im struggling to work out how to compare it to the current week.
any help will be greatly appreciated
thanks
Sam