Help with Match() function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I understand that with a match type of 0, excel finds the first value that is
exactly equal to the lookup value. I need to match the exact value too, but
I would like it to find the LAST value in my range (which is a row).
 
can't be done with the MATCH function but this array function will do what
you want. Just replace "B" with whatever you are looking for.

{=MAX(COLUMN(A1:F1)*(A1:F1="B"))}

enter it without the quotes and then press ctrl+shift+enter.
 
I'm sorry. I meant enter it without the brackets. After you press
ctrl+shift+enter it will add them for you.
 

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