View Single Post
 
Old 06-09-2018, 07:35 PM
Ricardo Sousa Ricardo Sousa is offline Windows 10 Office 2016
Novice
 
Join Date: Jun 2018
Posts: 7
Ricardo Sousa is on a distinguished road
Default

Quote:
Originally Posted by ArviLaanemets View Post
As it looks like you have defined a Table, and assuming for a location you have not more than 1 row on same day (on fly):
Code:
=SUMIFS([Ext. Price],[Name],[@Name],[day week],[@[day week]],[week],[@week],[year],[@year]-1)
Hi ArviLaanemets,

the tip you gave me was FANTASTIC, but now i have another issue

with that table i created 3 pivots - one for week sales, one for monthly sales and one for year to date sales.
the question is:
do you know a way to have the monthly and year to date to display like for like numbers?

Again thanks very much for your help.
Reply With Quote