lookup function help

A

alberson

I am having a problem with the formula below. I have a chart of
certifications listed by date which are due annually. I have a column
dedicated to list the next date a certification must be renewed. No problems
with that, but the next column is to list the title of the certification that
is due on that date. Only on 3 of over 100 rows do i have a problem. I keep
getting the "#N/A" result. These certifications cannot be listed in order by
date. Any recommendations?

=LOOKUP(MINA(O17:AB17),O17:AB17,O1:AB1)
 
D

Dave

Hi Alberson,
Usually when you have just a few errors as you describe, it's because some
of the data is formatted as text when it should be numbers, or text that has
leading or trailing spaces, which are hard to spot...
Regards - Dave.
 
A

alberson

Tried that. No dice. All the data is listed in date format (01-Mar-09), but
it still doesn't work on those same three rows. I thought it was because
they weren't in order numerically, but other rows don't have any issues with
that.
 

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

Top