difficulty changing cell format

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

Guest

I have pulled information from another application into an Excel spreadsheet.
The date column is in a format that I don't like & I would like to change it,
but I am having difficulty doing it. I have highlighted the column, and when
that didn't work, a single cell, and chosen a date format. The numbers in the
column don't even budge.
 
My guess would be that the data imported as text instead of a number, and the
date formats only work on numbers. In a separate column, try turning the
information back into numbers by using =VALUE(A1) or =A1*1, then formatting
the way you want. You can then copy and paste special...values over the
orignal data and delete the formula column.
 
Thanks so much for your help!

Jane said:
My guess would be that the data imported as text instead of a number, and the
date formats only work on numbers. In a separate column, try turning the
information back into numbers by using =VALUE(A1) or =A1*1, then formatting
the way you want. You can then copy and paste special...values over the
orignal data and delete the formula column.
 
Well, evidently I am doing something wrong- I am not getting this to work.
 
Select the column of "dates" then Data>Text to Columns.

Next>Next then "column data format". Pick "Date" and enter YMD or DMY or
whatever you think is best.

Finish.

Should be able to format now.


Gord Dibben Excel MVP
 

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