Switch Position of Number

wayneho98

New Member
Joined
May 8, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
lets say my date was 18-09-2024 (dd-mm-yyyy)
i need a formula that can change to 09-18-2024 (mm-dd-yyyy)
is that possible?

thanks in advances!
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
1) Select range
2) Data Tab -> Text to Column
3) Delimited -> Next
4) Uncheck all of the Delimiter Selections -> Next
5) Date -> "DMY"
6) Finish
 
Upvote 0
For the formula solution you asked for...
Excel Formula:
=TEXTJOIN("-",,CHOOSECOLS(TEXTSPLIT(A1,"-"),2,1,3))
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,932
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top