I have a Cumulative Time field that formats as [h]:mm:ss that aggregates time in hours. I am needing to extract the time portion to convert it to a Text or String value. For example, a cumulative time total of 95:31:00 shows as "1/3/1900 11:31:00 PM" in the formula bar which is not what i want. The value 95:31:00 is what i need to load into an MSFT Access database, but it does not accept cumulative totals, so i've been having to convert it manually which is coming extremely time consuming by using the following formula: ="95:31:00". This gets almost impossible when I am working with many rows.
I have tried the TRUNC() function for this and cannot seem to get this to work. Any help would be appreciated.
I have tried the TRUNC() function for this and cannot seem to get this to work. Any help would be appreciated.