Match: Find last matching row

  • Thread starter Thread starter mbobro
  • Start date Start date
M

mbobro

Hi,

I have one column sorted where are different values. In order to fin
the row of matching value of my interest I use match function that i
perfect here. Almost perfect....

The trouble is match gives me first row where it accounters give
value. Unfortunately I need to find the smallest number, so I may no
say what exactly number I'm searching for and as a result use match.

I need to add that there are some strings and numbers in the column, s
when I sort it strings are separated from values and values are sorte
as asked. So if I knew function that wil
'match_the_last_string_value_in _the_column' that would solve th
issue.


Thanks,


Michal Bobrowsk
 
Hi
so you're searching for the smallest string? Could you post some
example data (plain text - no attachments please)
 
Hi!

So, you want to find the position of the last string in
the column?

=MATCH(REPT("Z",255),A:A)

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top