So if A1:A5 = 3, 3, 4, 4, 5 what function could I put into B1 to get a reference to A4 (the cell containing the last occurrence of 4)
|
|
|
|
|
|
|
I'm assuming that A1:A5 are sorted in ascending order. If that is the case, you can use the following formula:
This will give an output of $A$4. Here's how it works:
Note that to use this reference value somewhere else, you will need to use: |
|||
|
|
|
|
There's an explanation here (search for "F94"), but be warned, it's not pretty! |
||
|
|
