Hi
I have this calculation in Excel, and want to translate and do it in Power Apps.
=K2+ABS(I2-G2)/L2/1440
K2 = Time format, ex: 00:00:13
I2 = Numbers without decimals, ex: 1456
G2 = Numbers without decimals, ex: 1380
L2 = Numbers with decimal, ex: 48,00
And the answer is displayed in a time format: 00:01:48
Now, in Power Apps I have done some stuff, but I cant get this last piece to work.
K2 in Power Apps is from my timer "Time1_Text"
I2 in Power Apps is from a input named "Input_2"
G2 in Power Apps is from a input named "Input_3"
L2 in Power Apps is from a calculation "(Input_1 - Input_2) / (DateDiff( Time1_Text, Time2_Text, Seconds ) / 60) "
I need this calculation to be displayed in time format: "00:00:00"
Is there anyone here that can help me with this calculation I am trying to get to work?
If you use my number above, then the result should be "00:01:48" in this calculation.
And I dont know how to solve this in Power Apps.