Date formatting
Solved/Closed
Jay
-
Mar 11, 2010 at 09:22 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 12, 2010 at 04:29 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 12, 2010 at 04:29 PM
Related:
- Date formatting
- Excel date format dd.mm.yyyy - Guide
- Clear formatting in excel - Guide
- Phone formatting software for pc - Download - File management
- Whatsapp date format - Guide
- Formatting usb mac - Guide
4 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 11, 2010 at 01:53 PM
Mar 11, 2010 at 01:53 PM
not knowing how you initially open it, But once the data is in excel you can use text to column
1. Select Column A (presuming this is the offending column)
2. Click on "Data" and choose "Text to Column"
3. Choose "fixed Width"
4. make sure that the line that shows up on next screen completely covers the date (most probably position 10)
5. Select "Column Data Format" to be 'Date' with appropriate date format (it seems your is YMD)
6. Click Finish
1. Select Column A (presuming this is the offending column)
2. Click on "Data" and choose "Text to Column"
3. Choose "fixed Width"
4. make sure that the line that shows up on next screen completely covers the date (most probably position 10)
5. Select "Column Data Format" to be 'Date' with appropriate date format (it seems your is YMD)
6. Click Finish
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 11, 2010 at 09:41 AM
Mar 11, 2010 at 09:41 AM
What is the text in that column. If you could mention what the initial value is in that column, one may be able to suggest some thing
Hi,
Thanks that works also in addition to the dategreg formula.
But i was wondering if there is some for of maybe VBA i could insert so that column get auto formatted when i paste the data into my excel sheet?? maybe a bit of a long shot??
cheers mate
Thanks that works also in addition to the dategreg formula.
But i was wondering if there is some for of maybe VBA i could insert so that column get auto formatted when i paste the data into my excel sheet?? maybe a bit of a long shot??
cheers mate
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 12, 2010 at 04:29 PM
Mar 12, 2010 at 04:29 PM
Well you can have all this done in the macro too. Record you action once, and then next time when you paste data, just run the macro again. It can be done automatic too, but there are just too many if and buts. So I would say, record the macro. And then just re-run it every time you need it