Another problem:
If a person has more then one OUT times in a day:

John Smith OUT 15:00
John Smith OUT 16:00
John Smith OUT 17:00

I need the OUT TIME formula to give me the last OUT TIME (17:00) for a person in a day not the first.
How do I modify this formula to do that:
=INDEX(MOD(dataexport!$I$2:$I$20;1);MATCH(1;(dataexport!$G$2:$G$20=$A3)*(INT(dataexport!$I$2:$I$20)=$B$1);0))