Top "Vlookup" questions

VLOOKUP is a Spreadsheet function for retrieving a value from an array using a vertical lookup value and a positive column offset.

Remove #N/A in vlookup result

How do I modify this function so that the result will merely be a blank cell rather than having #N/…

excel vlookup
Excel - find cell with same value in another worksheet and enter the value to the left of it

I have a report that is generated in Excel which contains an employee's number, but not his/her name. Not …

excel excel-formula spreadsheet vlookup
Comparing two columns, and returning a specific adjacent cell in Excel

I am using a combination of if, vlookup, match, iserror functions, and unfortunately I've not been able to find the …

excel vlookup formulas excel-match
How to import data from one sheet to another

I have two different work sheets in excel with the same headings in in all the row 1 cells(a1 = id, …

excel worksheet-function vlookup
Combining COUNT IF AND VLOOK UP EXCEL

I have multiple spreadsheets in a workbook and I would like the following in basic English talk: IF worksheet1(cell)…

excel excel-formula vlookup
Vlookup referring to table data in a different sheet

I would like to use a VLOOKUP function referring to a data table placed in a different sheet from the …

excel vlookup
Excel vba - convert string to number

So, I used the left function to take the first 4 characters of a string and I need to run a …

string vba numbers vlookup
"Unable to get the VLookup property of the WorksheetFunction Class" error

I am trying to develop a form to track invoices as they come in. The form will have a combobox …

vba excel vlookup
VLook-Up Match first 3 characters of one column with another column

I'm trying to match a list of words from Column A against another list of words in column B. I …

excel vlookup