Forum Discussion
Ranking in Excel
- Apr 08, 2020
RichardBeavers The XLOOKUP errors I found are in columns V and W.
I think I follow you now - suggested formula in the attached.
RichardBeavers Could you explain what you need to do and where a little more? I can't quite follow.
One thing I immediately noticed - your XLOOKUPs refer to a range that has no $s in it - that means that as you copy the XLOOKUP downwards, the lookup and return arrays are also moved downwards, which will cause errors. Try e.g. N$4:N$500.
- RichardBeaversApr 08, 2020Copper Contributor
Hi Savia
Many thanks for your reply.
Ultimately I am looking to achieve a ranking for (Top 5 only) the data in Column AB
This Ranking should relate to the Date Course and Time of the race. Ignoring Zeros and without skipping numbers (where Duplicates) but only showing Top 5 where any rating above that is then a Blank. Not much to ask Eh! (LOL)
eg,
Date Meeting Time 01/03/2020 Huntingdon 14:20 103 2 01/03/2020 Huntingdon 14:20 103 2 01/03/2020 Huntingdon 14:20 88 3 01/03/2020 Huntingdon 14:20 0 01/03/2020 Huntingdon 14:20 133 1 01/03/2020 Huntingdon 14:20 0 01/03/2020 Huntingdon 14:20 0 01/03/2020 Huntingdon 14:20 0 p.s not Sure where the Xlookup mistake is that you refer to is it in a particular column. Probably more mistakes than that given my brain is 70 years old (Almost)
- SaviaApr 08, 2020Iron Contributor
RichardBeavers The XLOOKUP errors I found are in columns V and W.
I think I follow you now - suggested formula in the attached.
- RichardBeaversApr 08, 2020Copper Contributor
Hi Savia
I have corrected the Xlookup Errors as you advised.
Still not sure how to get it to 1,2,2,3 Instead of 1,2,2,4
regards
Richard