Hello Team ,
I have attached a file below and my requirement is for a rolling calculation based on distinct of previous 3 months.
For example :
if you look at the Excel file you will find two columns :Date and SalesPerson
I need to find the distinct Salesperson over a 3 month rolling period :
Lets take example of expected output for June 2021 :
June has 3 distinct Salesperson 1 , 2 ,3
May has 4 distinct Salesperson 2 , 3 , 5 ,6
April has 4 distinct Salesperson 1,3 , 6 ,9
So the distinct Salesperson among the3 periods are 1 , 2 , 3 , 5 , 6 , 9 which is 6.
This 6 should be output for month June 2021
Same calculations would give :
April 2021 : 7
March 2021 : 5
May 2021 :7
Solved! Go to Solution.
Thanks for the help , but i do not want it like this.
For any month i need to know distinct salesperson over a 3 month period.
So the output will not be this
For June 2021 i need to know distinct salesperson for the period April-June 2021 and so on.
Thanks a lot , output looks correct , could you share the worflow file.
Thanks