
Originally Posted by
Bob Phillips
Use these array formula for in and out
=INDEX(MOD('Data exported from acces sistem'!$C$2:$C$20,1),MATCH(1,('Data exported from acces sistem'!$A$2:$A$20=$A3)*(INT('Data exported from acces sistem'!$C$2:$C$20)=$B$1),0))
=INDEX(MOD('Data exported from acces sistem'!$I$2:$I$20,1),MATCH(1,('Data exported from acces sistem'!$G$2:$G$20=$A3)*(INT('Data exported from acces sistem'!$I$2:$I$20)=$B$1),0))
You will need to put proper dates in B1, E1, etc., and adjust the $B$1 to the appropriate date field for each day results.
Bookmarks