Hello
I have a excel sheet with a range of start times and end times.
Now I want to calculate the time between the start and end times.
Tijdstip;Bron;Gebeurtenis;Bericht;Gebruiker;Bijlagen
A1 16-09-2022 14:01:18;"Order";"End";;"Piet";
A2 16-09-2022 13:58:45;"Order";"Start";;"Piet";
A3 16-09-2022 13:44:18;"Order";"End";;"Piet";
A4 16-09-2022 13:42:25;"Order";"Start";;"Piet";
Now i use the formule Text(a1-a2;"mm:ss" in G:
Thats works.
Now I only want to know what is the max time if i use max (G1:G4) then i get a error.
How can i get the max time between the end and start time range.
Drbadvines
Bookmarks