[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Date[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]3/12/2019[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]3/12/2019[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]8/12/2018[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]4/12/2019[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]4/15/2019[/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]xx[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]xx[/TD]
[/TR]
</tbody>[/TABLE]
Hello all, I was hoping to get some help on a formula. Usually I can find what I need by searching, but haven't been able to find something that matches this issue.
I need a formula (im guessing a vlookup) that first looks at the date and then return the number for each ID that is closest to today. So 1001 would be 16 and 1003 would be 18.
Is this possible? Any help would be greatly appreciated! Thanks!
<tbody>[TR]
[TD]ID[/TD]
[TD]Date[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]3/12/2019[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]3/12/2019[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]8/12/2018[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]4/12/2019[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]4/15/2019[/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]xx[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]xx[/TD]
[/TR]
</tbody>[/TABLE]
Hello all, I was hoping to get some help on a formula. Usually I can find what I need by searching, but haven't been able to find something that matches this issue.
I need a formula (im guessing a vlookup) that first looks at the date and then return the number for each ID that is closest to today. So 1001 would be 16 and 1003 would be 18.
Is this possible? Any help would be greatly appreciated! Thanks!