ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Calculate hours from 10:00-21:00 format (https://www.excelbanter.com/excel-programming/299914-calculate-hours-10-00-21-00-format.html)

Jorch

Calculate hours from 10:00-21:00 format
 
Hello!

mr Somebody has a several worksheets wich includes lots of cells which
has start and end hours in format 10:00-18:00, 13:15-21:15 etc...

Cells are formatted as text.

He asked me if it's possible to calculate hours between start and
end hours automaticly. I check out macros and notice that java, php
and few other programming languages does not help me now.

I notice that if end hour is before start hour calculation works but
not vice versa.

How can i split string into two pieces and calculate it to other cell.

Let's say cell X includes string "10:00-20:00", I split it to Array
whics becomes 2 dimension arr and then calc cell Y value =
Array2-Array1.

Is there function to evaluate text cells???

I think this is possible but how????????

Advanced Super Thanx
-jori luoto

Frank Kabel

Calculate hours from 10:00-21:00 format
 
Hi
why not split these values in two columns. Use 'Data - Text to columns'
for this. Afterwards simply subtract the values with a formula like
=B1-A1

and if your time values can span midnight use
=B1-A1+(B1<A1)


--
Regards
Frank Kabel
Frankfurt, Germany


Jorch wrote:
Hello!

mr Somebody has a several worksheets wich includes lots of cells

which
has start and end hours in format 10:00-18:00, 13:15-21:15 etc...

Cells are formatted as text.

He asked me if it's possible to calculate hours between start and
end hours automaticly. I check out macros and notice that java, php
and few other programming languages does not help me now.

I notice that if end hour is before start hour calculation works but
not vice versa.

How can i split string into two pieces and calculate it to other

cell.

Let's say cell X includes string "10:00-20:00", I split it to Array
whics becomes 2 dimension arr and then calc cell Y value =
Array2-Array1.

Is there function to evaluate text cells???

I think this is possible but how????????

Advanced Super Thanx
-jori luoto



Bob Phillips[_6_]

Calculate hours from 10:00-21:00 format
 
Hi Frank,

a better formula (IMO) is

=MOD(B1-A1,1)

One for your library?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Frank Kabel" wrote in message
...
Hi
why not split these values in two columns. Use 'Data - Text to columns'
for this. Afterwards simply subtract the values with a formula like
=B1-A1

and if your time values can span midnight use
=B1-A1+(B1<A1)


--
Regards
Frank Kabel
Frankfurt, Germany


Jorch wrote:
Hello!

mr Somebody has a several worksheets wich includes lots of cells

which
has start and end hours in format 10:00-18:00, 13:15-21:15 etc...

Cells are formatted as text.

He asked me if it's possible to calculate hours between start and
end hours automaticly. I check out macros and notice that java, php
and few other programming languages does not help me now.

I notice that if end hour is before start hour calculation works but
not vice versa.

How can i split string into two pieces and calculate it to other

cell.

Let's say cell X includes string "10:00-20:00", I split it to Array
whics becomes 2 dimension arr and then calc cell Y value =
Array2-Array1.

Is there function to evaluate text cells???

I think this is possible but how????????

Advanced Super Thanx
-jori luoto





Frank Kabel

Calculate hours from 10:00-21:00 format
 
Bob
neat :-)

--
Regards
Frank Kabel
Frankfurt, Germany


Bob Phillips wrote:
Hi Frank,

a better formula (IMO) is

=MOD(B1-A1,1)

One for your library?


"Frank Kabel" wrote in message
...
Hi
why not split these values in two columns. Use 'Data - Text to
columns' for this. Afterwards simply subtract the values with a
formula like =B1-A1

and if your time values can span midnight use
=B1-A1+(B1<A1)


--
Regards
Frank Kabel
Frankfurt, Germany


Jorch wrote:
Hello!

mr Somebody has a several worksheets wich includes lots of cells
which has start and end hours in format 10:00-18:00, 13:15-21:15
etc...

Cells are formatted as text.

He asked me if it's possible to calculate hours between start and
end hours automaticly. I check out macros and notice that java, php
and few other programming languages does not help me now.

I notice that if end hour is before start hour calculation works

but
not vice versa.

How can i split string into two pieces and calculate it to other
cell.

Let's say cell X includes string "10:00-20:00", I split it to

Array
whics becomes 2 dimension arr and then calc cell Y value =
Array2-Array1.

Is there function to evaluate text cells???

I think this is possible but how????????

Advanced Super Thanx
-jori luoto



Jorch

Calculate hours from 10:00-21:00 format
 
Thanx both of you... that seems to be working fine.
That was kind of thing i was searching.

-jori

On Sun, 30 May 2004 16:15:31 +0200, "Frank Kabel"
wrote:

Hi
why not split these values in two columns. Use 'Data - Text to columns'
for this. Afterwards simply subtract the values with a formula like
=B1-A1

and if your time values can span midnight use
=B1-A1+(B1<A1)




All times are GMT +1. The time now is 08:25 AM.

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