EXCEL Time cell Format Change

triballeoo

New Member
Joined
Dec 23, 2016
Messages
3
Hello guys,

I need some help for changing the format of a cell.

Eg:
29.11(05:47) to 29.11.2016 05:47

<tbody>
</tbody>

Thank you!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi, welcome to the forum!

Here is one option you can try:


Excel 2013
AB
129.11(05:47)29/11/2016 05:47
Sheet1
Cell Formulas
RangeFormula
B1=SUBSTITUTE(SUBSTITUTE(LEFT(A1,LEN(A1)-1),".","/"),"("," ")+0
 
Upvote 0
Thank you!

Something does not work with this formula...but I can't figure it out why...


Hi, welcome to the forum!

Here is one option you can try:

Excel 2013
AB
129.11(05:47)29/11/2016 05:47

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
B1=SUBSTITUTE(SUBSTITUTE(LEFT(A1,LEN(A1)-1),".","/"),"("," ")+0

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
..Something does not work with this formula...

Hi, that doesn't really give us much to go on.

Do you get a wrong result? - if so what result did you get versus the result you expected?
Do you get an error message? - if so what is the error message?
Or something else? - if so, what are the details?
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,431
Members
448,961
Latest member
nzskater

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