[TABLE="width: 500"]
<tbody>[TR]
[TD]ID
[/TD]
[TD]Arrival date
[/TD]
[TD]Date
[/TD]
[TD]Text
[/TD]
[TD]Date
[/TD]
[TD]Text
[/TD]
[TD]Date
[/TD]
[TD]Text
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]01/01/2000
[/TD]
[TD]01/01/1991
[/TD]
[TD]xx
[/TD]
[TD]01/01/1999
[/TD]
[TD]yy
[/TD]
[TD]01/01/2015
[/TD]
[TD]zz
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]0/01/2001
[/TD]
[TD]04/06/1998
[/TD]
[TD]cc
[/TD]
[TD]05/06/1999
[/TD]
[TD]vv
[/TD]
[TD]12/28/2000
[/TD]
[TD]bb
[/TD]
[/TR]
</tbody>[/TABLE]
Hi Guys,
First timer here.
I need to find the date closest to but before. I have used index and match before but this time the dates are in every second column.
I used this formula in another case where I had the dates in every column: =INDEX(G2:DL2,MATCH(TRUE,G2:DL2>C2,0))
I have tried inserting an offset function in the index without any luck.
Can you guys help me out?
Thanks
<tbody>[TR]
[TD]ID
[/TD]
[TD]Arrival date
[/TD]
[TD]Date
[/TD]
[TD]Text
[/TD]
[TD]Date
[/TD]
[TD]Text
[/TD]
[TD]Date
[/TD]
[TD]Text
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]01/01/2000
[/TD]
[TD]01/01/1991
[/TD]
[TD]xx
[/TD]
[TD]01/01/1999
[/TD]
[TD]yy
[/TD]
[TD]01/01/2015
[/TD]
[TD]zz
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]0/01/2001
[/TD]
[TD]04/06/1998
[/TD]
[TD]cc
[/TD]
[TD]05/06/1999
[/TD]
[TD]vv
[/TD]
[TD]12/28/2000
[/TD]
[TD]bb
[/TD]
[/TR]
</tbody>[/TABLE]
Hi Guys,
First timer here.
I need to find the date closest to but before. I have used index and match before but this time the dates are in every second column.
I used this formula in another case where I had the dates in every column: =INDEX(G2:DL2,MATCH(TRUE,G2:DL2>C2,0))
I have tried inserting an offset function in the index without any luck.
Can you guys help me out?
Thanks