Update vlookup table array - Stack Overflow
stackoverflow.com › questions › 17954677Jul 30, 2013 · Update vlookup table array Ask Question Asked 9 years, 5 months ago Modified 5 years, 11 months ago Viewed 551 times -1 Suppose I have the following vlookup command: =VLOOKUP ('Sheet1'!S2,'Sheet2'!$B$138:$C$145,2,FALSE) When I drag the vlookup to the right I want it to update to =VLOOKUP ('Sheet1'!S2,'Sheet2'!$B$146:$C$153,2,FALSE)