need help with Numbers formula.
I have a formula that, in Excel, returns a number of minutes rounded up to the nearest 6 minutes then converted to tenths. In other words... a flight duration from 10:00 to 11:31 is 1.6hrs. Where as a flight duration from 10:00 to 11:29 is 1.5. I need to get the same result in a numbers formula that can work on an IPAD.
Here is the formula that works for Excel: =FLOOR((D18-C18)*1440,6)/60+0.1*(MOD(D18-C18,1)<>0)
D18 is the ending time in hours and minutes and C18 is the start time in hours and minutes.
The accepted and Govt approved conversion is as follows.
Minutes Time
1-6 .1
7-12 .2
13-18 .3
19-24 .4
25-30 .5
31-36 .6
37-42 .7
43-48 .8
49-54 .9
55-60 1.0
iPad Pro 9.7-inch WiFi, Cellular