Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default D-Concentrate numbers

I am trying to delete some numbers from a column for example:

column A has total duration of a task times 0587-1856 and I would like to
have column B with only first four numbers 05:87 (start time for the task).

Please help on this formula.

Thanks in advance for your help.

Kimti
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default D-Concentrate numbers

You might need to explain what sort of time 05:87 is. For most of us, there
are only 60 minutes in an hour, and only 60 seconds in a minute. If you
have text such as 0527-1856 in column A, and you want to get a time of
05:27, try =--TEXT(LEFT(A1,4),"00\:00") and format as time to suit.
--
David Biddulph


"Kimti" wrote in message
...
I am trying to delete some numbers from a column for example:

column A has total duration of a task times 0587-1856 and I would like to
have column B with only first four numbers 05:87 (start time for the
task).

Please help on this formula.

Thanks in advance for your help.

Kimti



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default D-Concentrate numbers

What kind of time is 05:87... 87 minutes after the hour?

--
Rick (MVP - Excel)



"Kimti" wrote in message
...
I am trying to delete some numbers from a column for example:

column A has total duration of a task times 0587-1856 and I would like to
have column B with only first four numbers 05:87 (start time for the
task).

Please help on this formula.

Thanks in advance for your help.

Kimti


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default D-Concentrate numbers

In B1:

=LEFT(A1,2) & ":" & MID(A1,3,2)
--
Gary''s Student - gsnu201001


"Kimti" wrote:

I am trying to delete some numbers from a column for example:

column A has total duration of a task times 0587-1856 and I would like to
have column B with only first four numbers 05:87 (start time for the task).

Please help on this formula.

Thanks in advance for your help.

Kimti

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default D-Concentrate numbers

Try: =LEFT(A1,2)&":"&MID(A1,3,2)
But..., the last tine I've checked - there were not more than 60 minutes in
an hour.
Micky


"Kimti" wrote:

I am trying to delete some numbers from a column for example:

column A has total duration of a task times 0587-1856 and I would like to
have column B with only first four numbers 05:87 (start time for the task).

Please help on this formula.

Thanks in advance for your help.

Kimti



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default D-Concentrate numbers

Thank you David, it worked OK.

"David Biddulph" wrote:

You might need to explain what sort of time 05:87 is. For most of us, there
are only 60 minutes in an hour, and only 60 seconds in a minute. If you
have text such as 0527-1856 in column A, and you want to get a time of
05:27, try =--TEXT(LEFT(A1,4),"00\:00") and format as time to suit.
--
David Biddulph


"Kimti" wrote in message
...
I am trying to delete some numbers from a column for example:

column A has total duration of a task times 0587-1856 and I would like to
have column B with only first four numbers 05:87 (start time for the
task).

Please help on this formula.

Thanks in advance for your help.

Kimti



.

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
concentrate muli cells Dylan @ UAFC[_2_] Excel Worksheet Functions 14 November 24th 09 05:36 PM
=&'', "& or concentrate formula Dylan @ UAFC[_2_] Excel Worksheet Functions 4 January 13th 09 08:02 PM
change 2000 cells (negative numbers) into positive numbers lisbern Excel Worksheet Functions 2 August 16th 06 05:54 PM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 1 January 9th 06 01:23 PM


All times are GMT +1. The time now is 11:36 PM.

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

About Us

"It's about Microsoft Excel"