Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Lance B
 
Posts: n/a
Default Need Help With Text To Time Formula

I receive a text file that contains several "time" entry columns formatted as
text. The cells contain values such as "8:30AM" (no space between the zero
and "A"). I need to convert these to time formats so that I can subtract
multiple columns from one another.

The first thing I need to do is put a space between zero and "A" (or "P" for
PM) and I need to format the column as "hh:mm a/p". I have tried several
methods and none seem to work (I have thousands of cells to process). Text
to Columns is not an option because there is no delimiter and no exact fixed
width (for example: some entries are 7:00AM and other are 12:30PM).

What is the best (and simplest) way to achieve what I'm after?

I hope I've been clear, any help is greatly appreciated.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom
 
Posts: n/a
Default Need Help With Text To Time Formula

Assume end time in B1 and start in A1

=SUBSTITUTE(SUBSTITUTE(B1,"AM"," AM"),"PM","
PM")-SUBSTITUTE(SUBSTITUTE(A1,"AM"," AM"),"PM"," PM")



--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"Lance B" wrote in message
...
I receive a text file that contains several "time" entry columns formatted
as
text. The cells contain values such as "8:30AM" (no space between the
zero
and "A"). I need to convert these to time formats so that I can subtract
multiple columns from one another.

The first thing I need to do is put a space between zero and "A" (or "P"
for
PM) and I need to format the column as "hh:mm a/p". I have tried several
methods and none seem to work (I have thousands of cells to process).
Text
to Columns is not an option because there is no delimiter and no exact
fixed
width (for example: some entries are 7:00AM and other are 12:30PM).

What is the best (and simplest) way to achieve what I'm after?

I hope I've been clear, any help is greatly appreciated.

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.newusers
Lance B
 
Posts: n/a
Default Need Help With Text To Time Formula

That worked perfectly.

Thank you so much - you saved me hours of frustration!

L

"Peo Sjoblom" wrote:

Assume end time in B1 and start in A1

=SUBSTITUTE(SUBSTITUTE(B1,"AM"," AM"),"PM","
PM")-SUBSTITUTE(SUBSTITUTE(A1,"AM"," AM"),"PM"," PM")



--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"Lance B" wrote in message
...
I receive a text file that contains several "time" entry columns formatted
as
text. The cells contain values such as "8:30AM" (no space between the
zero
and "A"). I need to convert these to time formats so that I can subtract
multiple columns from one another.

The first thing I need to do is put a space between zero and "A" (or "P"
for
PM) and I need to format the column as "hh:mm a/p". I have tried several
methods and none seem to work (I have thousands of cells to process).
Text
to Columns is not an option because there is no delimiter and no exact
fixed
width (for example: some entries are 7:00AM and other are 12:30PM).

What is the best (and simplest) way to achieve what I'm after?

I hope I've been clear, any help is greatly appreciated.

Thanks!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula bar shows a ' before text Rose Excel Discussion (Misc queries) 4 March 2nd 06 03:26 PM
Invisable text in formula bar Leroy-P Excel Discussion (Misc queries) 2 December 8th 05 02:40 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Excel formula for a time sheet HRMSN Excel Worksheet Functions 1 August 10th 05 03:07 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 12:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"