I have 5 fields with different time formats which can be date, hours, minutes, seconds…
ex:
Field 1: 4 days
Field 2: 2 hours
Field 3: 2,5 days
Field 4: 15 mins
Field 5: 25 seconds
Field 6 = sum (field 1 + field 2+ field 3+field 4+ field 5 ) with ‘days’ format
Which formula I can use in this situation ?
Solved
Formula sum different time format of all fields
Best answer by Mohamed_Swella1
Hi @Kendy511,
Since each field has its own format, it would be best if you convert each Field to the final format you want in the result. So it would become something like
Field 1 + (Field 2 / 24) + Field 3 + (Field 4 / 1440) + (Field 5 / 86,400)
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
