• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Required attendance

Try,

In E2, copy across and down :

=IF($B2="",IFERROR(INDEX((Sheet2!$E$2:$E$13600,Sheet2!$F$2:$F$13600),MATCH(1,INDEX((Sheet2!$B$2:$B$13600=LOOKUP("zz",$B$1:$B1))*(Sheet2!$D$2:$D$13600=E$1),0),0),,MATCH($A2,{"First In";"Last Out"},0)),""),"")

Regards
Bosco
 

Attachments

In such row & column values match based data retrival, the best approach I prefer to to introduce a helper column and write a Vlookup formula..

For having the formula copy / paste operation easy, I will place the first in and last out as column headers under each date and copy the formula..

I am here by attaching the updated report...
 

Attachments

Back
Top