Forum Discussion
HMB1992
May 15, 2023Copper Contributor
Vlookup not working, Tools n Price sheet
Hello
Vlookup not working giving an error message. Find on the Tools n Price Sheet. Thank you.
also unable to attach the excel. Where can I find the attachment button
6 Replies
Sort By
If you don't see a box saying "Drag and drop here or browse files to attach" below the area where you compose a post/reply, you can upload your workbook to for example Google Drive, OneDrive or Dropbox, then obtain a link to the uploaded file and past that link into a reply.
- HMB1992Copper ContributorAny updates on the sheet ?
- HMB1992Copper Contributor
Thank you.
VLOOKUP always searches the first column of the lookup range.
The first column of the range named tools is column A, but the description you're looking for is in column B.
This will work:
=VLOOKUP(H2,$B$2:$E$56,4,FALSE)
The column index is now 4 instead of 5 since we start counting from column B.