mntroth welcome to the forum.
Try array entering this formula in E3 of 'Date in' and filling down.
If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
Formula:
=IFERROR(SMALL(IF((B3='Date out'!$B$3:$B$20)*(C3='Date out'!$C$3:$C$20),'Date out'!$D$3:$D$20),COUNTIFS($B$3:B3,B3,$C$3:C3,C3)),"")
|
B |
C |
D |
E |
2 |
Name |
Number |
Date Out |
Date Returned |
3 |
ABC |
123 |
1/1/2017 |
2/5/2017 |
4 |
DEF |
456 |
2/2/2017 |
3/2/2017 |
5 |
ABC |
123 |
3/3/2017 |
4/3/2017 |
6 |
DEF |
456 |
3/5/2017 |
4/5/2017 |
7 |
ABC |
123 |
4/4/2017 |
4/21/2017 |
8 |
DEF |
456 |
5/5/2017 |
|
9 |
ABC |
123 |
5/8/2017 |
|
Bookmarks