How can I look up text instead of values

G

Guest

Monday 1 red
Tuesday 2 orange
Wednesday3 green
Thursday 4 black
Friday 5 white

Hi there, I know how to use VLOOKUP to report on values, but I need to be
able to report on text. In the above example, I need to be able to look at
"Wednesday" to report back the word "green"

Can you please help ?
 
G

Guest

Try,

=VLOOKUP(D1,A1:C6,3,FALSE)

Lookup value in D1 and return colour from column 3.

Mike
 

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