![]() |
#2
|
||||
|
||||
![]()
In order to avoid array formulas, first add a helper column to BData to combine the employee ID and date.... so in H2 enter formula:
=A2&"_"&TRIM(TEXT(B2,"dd/mm/yyyy")) copied down. Then in Result B4 enter formula: =IFERROR(TRIM(INDEX(Bdata!$E:$E,MATCH($A4&"_"&TEXT (B$3,"dd/mm/yyyy"),Bdata!$H:$H,0)))=Mdata!B4,"") Copied down and across the table I added an IFERROR() to return a blank if the match is not found. You can replace the "" with FALSE if you want the word False returned instead. Note: Careful when entering data that you don't have leading/trailing spaces. I've had to use the TRIM() function to remove them virtually. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
RAH | Excel Programming | 5 | 03-31-2018 04:52 PM |
![]() |
ayupchap | Mail Merge | 1 | 04-25-2017 02:45 PM |
![]() |
swindon.expat | Excel | 2 | 04-10-2016 12:15 AM |
![]() |
xdhbsh | Mail Merge | 3 | 12-24-2015 12:23 AM |
Lookup multiple values and compare different scenarios to get a specific result | mws | Excel | 5 | 05-24-2014 04:52 AM |