I have a maintenance software that exports data into excel as .csv.
When the estimated hour and actual hours export they look like the following example.
* The first column is the data just as it appears in excel.
* The second column is the format (right clicking on the cell and noting the format)
* The third column is a copy and paste straight from the formula bar.
ACTLABHRS Format FormulaBar
16:00 h:mm 4:00:00 PM
2:00 h:mm 2:00:00 AM
0:00 h:mm 12:00:00 AM
0:00 h:mm 12:00:00 AM
22:00 h:mm 10:00:00 PM
69:30:00 [h]:mm:ss 1/2/1900 9:30:00 PM
82:30:00 [h]:mm:ss 1/3/1900 10:30:00 AM
1834:00:00 [h]:mm:ss 3/16/1900 10:00:00 AM
Yes 82:30:00 is actually 82hrs and 30mins.
I would like it to look like 82.30 without the appended zero's.
Is this possible with a formula?
In the maintenance software, where the data comes from, the ACTLABHRS field is a time stamp. If you input 82.5, it converts to 82.30 when you tab out of the field.
Any suggestions?
Thanks,
tav
When the estimated hour and actual hours export they look like the following example.
* The first column is the data just as it appears in excel.
* The second column is the format (right clicking on the cell and noting the format)
* The third column is a copy and paste straight from the formula bar.
ACTLABHRS Format FormulaBar
16:00 h:mm 4:00:00 PM
2:00 h:mm 2:00:00 AM
0:00 h:mm 12:00:00 AM
0:00 h:mm 12:00:00 AM
22:00 h:mm 10:00:00 PM
69:30:00 [h]:mm:ss 1/2/1900 9:30:00 PM
82:30:00 [h]:mm:ss 1/3/1900 10:30:00 AM
1834:00:00 [h]:mm:ss 3/16/1900 10:00:00 AM
Yes 82:30:00 is actually 82hrs and 30mins.
I would like it to look like 82.30 without the appended zero's.
Is this possible with a formula?
In the maintenance software, where the data comes from, the ACTLABHRS field is a time stamp. If you input 82.5, it converts to 82.30 when you tab out of the field.
Any suggestions?
Thanks,
tav