Convert number to date?

  • Thread starter Thread starter teeb
  • Start date Start date
T

teeb

I have a 6 digit number in a cell, say "980601" which is 1st June 98.
Can anyone help me get a formula/format that will conver this number to
the date format?

Thanks,
Teeb
 
Hi Teeb,

Try:

=DATEVALUE(RIGHT(A1,2) & "/" & MID(A1,3,2) & "/" & LEFT(A1,2)
 

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