Forum Discussion
Jamesboden
Aug 12, 2022Copper Contributor
Vlookup
Hey Guys.
I'm hoping someone can assist me but my vlookup doesn't seem to be searching the whole sheet, Just the first column. Vlookup, Excel
I'm using =VLOOKUP(A2, Sheet1!A:AJ, 2, FALSE)
Can anyone please advise.
8 Replies
VLOOKUP searches for the lookup value (A2) in the first column of the lookup range (i.e. Sheet1 column A). If it finds a match, it returns the value from the column of the lookup range specified in the 3rd argument. In your example, the column index is 2, so it would return a value from Sheet1 column B.
- JamesbodenCopper ContributorOOOH! that where I'm going wrong. So if my return was in column B is wouldn't just go two cells across.
- dscheikeyBronze ContributorThis is exactly what VLOOKUP() does. It searches the first column and returns the content according to the column index.
See also here:
https://support.microsoft.com/en-us/office/vlookup-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1
What did you want to achieve?- JamesbodenCopper ContributorHey. I want to look up to search the whole of sheet1.
So what exactly do you want to do if the word "Success" is found anywhere in the sheet?