convert text value to time value

vogel997

Active Member
Joined
Jan 22, 2010
Messages
412
I'm looking for a formula to convert a text value into a time value in a excel data base
text value "0930a" --> need to convert to "9:30 am" as a time value.

Thank you for any advise.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Format column B as time and copy B1 down.
Excel Workbook
AB
10930a9:30 AM
20235p2:35 PM
Sheet3
 
Upvote 0
Here is another formula for you to consider...

=0+REPLACE(REPLACE(A1,5,0," "),3,0,":")

Put this formula in cell B1, format the cell as Time and then copy down as needed.
 
Upvote 0

Forum statistics

Threads
1,216,207
Messages
6,129,510
Members
449,514
Latest member
swillow

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