Hi i want to calcul the number hour between two hour exempl day 15 April at 14h00 and 16April at 11h00.thanks
You can use a Math column with the formula End - Start
.
This will give you a duration in the format HH:MM:SS
If you only want hours, then you could instead use the following formula: Trunc((End - Start)*24)
Check your formula replacements. It looks like you have the Start and End reversed.
Yes i check but it s the something’s with that-
In your last screen shot the result is -17 hours. This suggests that your formula is “Arrive - Depart”. It should be the other way around. ie. “Depart - Arrive”.
Ton heure d’arrivée 5h est avant ton heure de départ 22h puisque c’est le même jour 16 mai. C’est pour cette raison que tu as -17h.
@Darren_Murphy the arrival date is before the departure date
Thanks
Time travel!