Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am trying to do something that seems like a simple concept but can't seem to get around to finding a solution to actually do it.
I have a list of items that sell at different retailers. The sales are aggregated at the week level (shipment dates).
I have another sheet that tells me when the items went live on site at different retailers.
What I want to do is show a bar chart with the shipement date as dimension and show as measure the numbers of item (count) that were considered new for each shipment weeks
New item = if (shipment date - 12 weeks) >= min(date live on site) & not negative then item is new
I attached an excel file with mock data
Yes, sorry, also should have merged the Retailer columns, so in the script, rename one or the other so they are the same:
eg [Retailer Name] as [Retailer],
...
This should fix it
Thank you somuch for taking the time, it is very appreciated.
I don't know if I did something wrong but the join seems to be creating duplicates
Yes, sorry, also should have merged the Retailer columns, so in the script, rename one or the other so they are the same:
eg [Retailer Name] as [Retailer],
...
This should fix it
Works perfectly thank you so much!!!!