modifying time categories

P

pascal

I am trying to extract a time difference (in minutes) between 2 events.

These times are presently recorded in 4 columns, both events respectively in
types dd/mm/yyyy and hh:mm. I am trying to fuse this data into two columns of
type dd/mm/yyyy hh:mm such that I may use a simple substraction as shown in
the help file "Calculate the difference between two times".

I tried using the Concatenate function, but I've remained unsuccessful. Any
tips?
 
B

Bob Phillips

Use

=(C1+D1)-(A1+B1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
P

pascal

problem solved ... when columns the three columns are properly typed, a
simple addition of dd/mm/yyyy and hh:mm suffices to make a dd/mm/yyyy hh:mm

My error lay elsewhere in previous programming.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top