Thread
:
Need help with vlookup
View Single Post
03-06-2017, 08:26 PM
jeffreybrown
Windows Vista
Office 2007
Expert
Join Date: Apr 2016
Posts: 673
Well let's say your Vlookup is =VLOOKUP(A1,$D$1:$E$8,2,0)
If you add a record to row 9, the VLOOKUP would fail because it is not a dynamic range.
So instead, reference the entire column =VLOOKUP(A1,$D:$E,2,0)
jeffreybrown
View Public Profile
Find all posts by jeffreybrown