psynce
New Member
column A has many rows containing 123, ABC, or XYZ. column A is already sorted. i use the following forumla to return the address of the fist cell matching ABC:
=ADDRESS(MATCH("ABC",A:A,0),2)
i would like to do something similar to either return the address of the last cell in column A that mataches ABC, or something that returns the range of cells that match.
thank you in advance for any thoughts that you may have ...
=ADDRESS(MATCH("ABC",A:A,0),2)
i would like to do something similar to either return the address of the last cell in column A that mataches ABC, or something that returns the range of cells that match.
thank you in advance for any thoughts that you may have ...