Moving text in a cell

E

estaban botas

I'm needing a function that looks for a single date within a ranged of dates
and if found, return the value of a cell within the column of the found date.
The value of the cell is text.

Any thoughts?
 
B

BobT

If I'm understanding you correctly, you have table like:

1-Jan 2-Jan 3-Jan
a b c

And when given a date, e.g. "2-Jan", you want it to return the "b" or some
other known row within the "2-Jan" column. If so, you need the HLOOKUP
function.

If your data is like this:

1-Jan a
2-Jan b
3-Jan c

Then you need the VLOOKUP function.
 

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