jamescooper
Well-known Member
- Joined
- Sep 8, 2014
- Messages
- 840
Hello,
I have the following formula, with in column B, range (B11:B35), the rank 1 to 25, Cell B11 =1.
As I drag it down I find duplicates, is there a way of modifying the formula below so it doesn't pick up duplicates?
Many thanks.
I have the following formula, with in column B, range (B11:B35), the rank 1 to 25, Cell B11 =1.
As I drag it down I find duplicates, is there a way of modifying the formula below so it doesn't pick up duplicates?
VBA Code:
=TEXT(INDEX(Pricing!$D$10:$D$493,MATCH(LARGE(Pricing!$Q$10:$Q$493,B11),Pricing!$Q$10:$Q$493,0)),"dd/mm/yyyy")
Many thanks.