Hello all.
I am trying to get the ranking based on the following criteria
1) If the total is 1 for 5 of the 15 agents then they get Rank 1 and the remaining 6-15 agents gets rank 6( since first 5 agents have the total=1), this should be grouped by month the total rank number changes every month , I tried using the multirow formula with the
following expression:
if [Sum_Plan count]=![Row-1:Sum_Plan count]
then [Sum_Plan count]+1
else
[Row-1:Sum_Plan count]
endif
But it did not work. I have attached a sample data with the Rank column that is what i am trying to accomplish.
Any help will be greatly apricated. I am not able to share the original file as it has proprietary data, so i created a dummy excel file.
Thank you in Advance.