convert text to number

sumsaam

Board Regular
Joined
Dec 31, 2012
Messages
82
Office Version
  1. 2010
Platform
  1. Windows
Hi
i have an excel sheet from time attendance machine with time stamps on in and out times of my staff. problem is that this data is not in number form. excel formulas are not working on this format how to convert this data into proper format. MID function is used to split time stamps in different cells like this
11:22
13:29
14:55

i have to use -- sign with Mid function than it was working fine. how to correct data format where mid function is not used please help. thank you
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
do you get
[TABLE="width: 72"]
<colgroup><col style="width:54pt" width="72"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 72"]0.473611[/TD]
[/TR]
[TR]
[TD="class: xl63"]0.561806[/TD]
[/TR]
[TR]
[TD="class: xl63"]0.621528[/TD]
[/TR]
</tbody>[/TABLE]
in which case you need to format as h:mm
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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