I have 2 sheets.
The Wine tab lists purchased items
Col A is the date purchased
Col D is the Item #
Col L is the Price per item
The Sept2023 tab is the current month inventory list
Col E has the Item #
In Col O, I’m trying to look up the most recent purchase price from Col L from the Wine tab
If I use the following formula, it pulls the highest price, so my formula is incorrect. I'm hoping someone sees the error of my ways.
=MAX(MAXIFS(Wine!L:L,Wine!D:D,@E:E), MAXIFS(Wine!A:A,Wine!L:L,@D:D))
The Wine tab lists purchased items
Col A is the date purchased
Col D is the Item #
Col L is the Price per item
The Sept2023 tab is the current month inventory list
Col E has the Item #
In Col O, I’m trying to look up the most recent purchase price from Col L from the Wine tab
If I use the following formula, it pulls the highest price, so my formula is incorrect. I'm hoping someone sees the error of my ways.
=MAX(MAXIFS(Wine!L:L,Wine!D:D,@E:E), MAXIFS(Wine!A:A,Wine!L:L,@D:D))