Date Format/Convert in Excel 2016

suresh2017

New Member
Joined
Feb 7, 2017
Messages
16
Hi All,

I am having a date Oct 31, 2017 11:18 PM (i am seeing in formula bar) i wanted to convert to [TABLE="width: 140"]
<tbody>[TR]
[TD="class: xl63, width: 140"]31/10/2017 23:18[/TD]
[/TR]
</tbody>[/TABLE]


Please help me
 
Give that a try :

=MID(A1,5,FIND(",",A1)-5)&"/"&MONTH(DATEVALUE(LEFT(A1,3)& " 1"))&"/"&TRIM(MID(A1,FIND(",",A1)+1,6))&" "&TEXT((TRIM(RIGHT(A1,9))),"HH:MM")
 
Upvote 0

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
The length of the text string is 21
Try copying the information to a new spreadsheet.
Edit the cell reference as required and try =--(LEFT(A7,21))
Format the cell to your preference.



Excel 2010
ABC
730/10/2017 2:48:11 PM2143038.61679
1ee
Cell Formulas
RangeFormula
B7=LEN(A7)
C7=--(LEFT(A7,21))
 
Last edited:
Upvote 0
You will have to provide clear information.
Cut and paste the data and formula that I provided.
Compare to your data.
Review formula results with Formula Evaluation.
You can provide a full description or use the Addin that I mentioned.
 
Upvote 0
Sure will not do in future. add a feature we can upload files for more clarity on the questions. if it is already in wish list please ignore this message.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

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