Thread
:
Vlookup fails to select latest date/amt
View Single Post
01-27-2019, 03:07 AM
alpha
Windows 10
Office 2010 64bit
Novice
Join Date: Jun 2018
Posts: 18
Quote:
Originally Posted by
rbul1
=Vlookup(Max($D$4:$D20),$D$4:$G20,2,T) formula in D4
Try this, but with the formula not in D4 but in a cell outside the data table:
Code:
=VLOOKUP(MAX($D$4:$D20);$D$4:$G20;2;
0
)
alpha
View Public Profile
Find all posts by alpha