VLOOKUP return text not date

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

Guest

I am using VLOOKUP to return a date, however it returns the number of the
date, rather than the date. I know that Excel stores dates as numbers, hence
how do I get around this?
 
All you need to do is to format the cell containing the VLOOKUP formula as a
date,
Regards,
Alan.
 
Hi Paul

Either
Format the cell returning the formula as your own choice of Date format
Format>Cells>Number>Custom> dd mmm yyyy for example
Or
If you are using the result of the Vlookup as part of some further text
string, then
=TEXT(your_vlookup_formula,"dd mmm yyyy")
 
Format the result cell as Date!
Regards,
Stefi


„Paul Dennis†ezt írta:
 

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

Similar Threads

vlookup formatting problem 1
Vlookup - Returning 2nd match 4
VLOOKUP 2
vlookup(date, range,3) 3
Vlookup with Dates 0
VLOOKUP with IF logic 5
VLOOKUP 4
VLOOKUP: Wont return value 6

Back
Top