Date Conversion

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

Guest

I have a query which is pulling data from another program. I am bringing in
account balances and the date of that balance. Somewhere in the process,
either how the other system stores the date or how Query imports, I am
getting the serial number of the date rather than the date format I am used
to seeing. How can I convert the serial number to a date format ie 12/31/04.
changing the format doesn't work. Thanks.
 
the date serial number is probably coming in as text.
you can convert numeric text to numbers a number of ways (Format isn't one)
put 1 in a cell someplace, copy it select the text dates and paste special
multiply.
now format should work.
If it doesn't there may be spaces involved. I would use a helper column and
use
=value(trim(text date serial number))
 

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