Hi guys,
I am having trouble with a formula to determine the latest value on a vlookup. The following is an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Apples[/TD]
[TD]ordered[/TD]
[TD]2/4/2019[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]backfilled[/TD]
[TD]2/4/2019[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]arrived[/TD]
[TD]3/4/2019[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]arrived[/TD]
[TD]3/4/2019[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]backstock[/TD]
[TD]4/4/2019[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]missing[/TD]
[TD]4/4/2019[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to write a formula thats based on the keyword "Apple" but look for the latest entry, so in this case, it will return "backstock".
I cant get this to work with even index match... any help would be greatly appreciated!
Thanks.!
I am having trouble with a formula to determine the latest value on a vlookup. The following is an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Apples[/TD]
[TD]ordered[/TD]
[TD]2/4/2019[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]backfilled[/TD]
[TD]2/4/2019[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]arrived[/TD]
[TD]3/4/2019[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]arrived[/TD]
[TD]3/4/2019[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]backstock[/TD]
[TD]4/4/2019[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]missing[/TD]
[TD]4/4/2019[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to write a formula thats based on the keyword "Apple" but look for the latest entry, so in this case, it will return "backstock".
I cant get this to work with even index match... any help would be greatly appreciated!
Thanks.!