I
re a lot of entrances and exits in the same day !! I want to add a formula to detect the first and last hour each day.
The table is as follows:
name;date;hour;
I`ve tought something as
=MAX((([Date]=[@Date])*([Name]=[@Name])*([hour])))=[@[hour]]
it works !! I get the last hour each day... but the first hour ?? difficult, i dont get it... please help !!
Code:
ve a table with the entrance and exit hours of the guys in my department. But they
The table is as follows:
name;date;hour;
I`ve tought something as
=MAX((([Date]=[@Date])*([Name]=[@Name])*([hour])))=[@[hour]]
it works !! I get the last hour each day... but the first hour ?? difficult, i dont get it... please help !!