![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 1
|
Is there a way to convert date from a European format (yy/mm/dd) to mm/dd/yyyy format used in the US? I have a spreadsheet that was created on a computer with Regional Settings configured as the UK.
Thanks |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
Of course! The numbers behind the dates don't change -- just the format changess So select the date cell then FORMAT|CELLS|NUMBER|Date ... then look at all the options you have for formatting!
__________________
Regards! Yogi Anand, D.Eng, P.E. Energy Efficient Building Network LLC www.energyefficientbuild.com |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Wellington
Posts: 104
|
Hi,
Assuming the date you want to convert is in cell A1, and the format of that date is 'yy/mm/dd', and also your computer's regional setting is US, ie your date would be mm/dd/yy. Then, the following formula might help you: =date(left(a1,2),mid(a1,4,2),right(a1,2)) The above date is formula is based on =date(year,month,date), so you can adjust the length of your substring. HTH |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|