I have the following formula in column A1
So when filling cell A2 with this formula, I would like the number to progress, for example:
It's possible?
Code:
=IFERROR(LARGE(UNIQUE(B$2:B$100),3),"")
So when filling cell A2 with this formula, I would like the number to progress, for example:
Code:
=IFERROR(LARGE(UNIQUE(B$2:B$100),4),"")
It's possible?