Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=A1*24*60, Format as General or Number. (not Time, which is what Excel does automatically)
-- Kind regards, Niek Otten Microsoft MVP - Excel "evilyn" wrote in message ... |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. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
AWESOME!! thank you so much!
On Sep 10, 3:54*pm, "Niek Otten" wrote: =A1*24*60, Format as General or Number. (not Time, which is what Excel does automatically) -- Kind regards, Niek Otten Microsoft MVP - Excel |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert time stored as decimalised number to time format | New Users to Excel | |||
convert from percentage of time to time using complex formula in . | Excel Worksheet Functions | |||
In Excel, I want to convert Eastern time to pacific time | Excel Discussion (Misc queries) | |||
convert time imported as text to time format for calculations | Excel Worksheet Functions | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) |