Date Convert Help

graemestown

New Member
Joined
May 10, 2019
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hi

I'm stuck. How would I convert this date (a SAP BW output) to a useable excel date format
21.10.2024

Many thanks!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
N.B. We do not know the date format in your area. Format is shown in your system's Regional Settings.
Dates and Time 2024.xlsm
ABC
421.10.202421-Oct-24
521.10.202421-Oct-24
6
2i
Cell Formulas
RangeFormula
C4C4=--TEXTJOIN("-",,INDEX(TEXTSPLIT(A4,"."),{1,2,3}))
C5C5=LET(a,TEXTSPLIT(A5,"."),DATE(CHOOSECOLS(a,3),CHOOSECOLS(a,2),CHOOSECOLS(a,1)))
 
Upvote 0
Hi...I have my regional format to dd/mm/yyyy.
The solution above works =--TEXTJOIN("-",,INDEX(TEXTSPLIT(A4,"."),{1,2,3}))
The others seem to still return the format in a 'text'

Thanks all for your input!
 
Upvote 0

Forum statistics

Threads
1,223,630
Messages
6,173,457
Members
452,515
Latest member
nguyenkim

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