need to convert from one time expression to another

E

evilyn

i get data from a billing system that stores time like 1:50 (which
means 1 hour & 50 minutes) but i have to put it into a database that
wants the time to be 110 minutes. the information that i get comes as
a delimited text file that i open in excel clean up (i love macros) &
then import into an access database. every month some one did the
math to convert the time but i think there has to be a better way.

any & all suggestion/ideas/help is appreciated.
 
N

Niek Otten

=A1*24*60, Format as General or Number. (not Time, which is what Excel does automatically)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|i get data from a billing system that stores time like 1:50 (which
| means 1 hour & 50 minutes) but i have to put it into a database that
| wants the time to be 110 minutes. the information that i get comes as
| a delimited text file that i open in excel clean up (i love macros) &
| then import into an access database. every month some one did the
| math to convert the time but i think there has to be a better way.
|
| any & all suggestion/ideas/help is appreciated.
 

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