ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   D-Concentrate numbers (https://www.excelbanter.com/excel-discussion-misc-queries/260726-d-concentrate-numbers.html)

Kimti

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

David Biddulph[_2_]

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




Rick Rothstein

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



Gary''s Student

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


מיכאל (מיקי) אבידן

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


Kimti

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



.



All times are GMT +1. The time now is 07:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com