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.

Vlookup in VBA within a for loop

I've been having trouble getting this macro to work. I want it to loop through a range and highlight a …

vba excel vlookup
Can't find the error: VLOOKUP not returning the value

I am working with an excel file and I am trying to "map" some values with the vLookUp function. The …

excel formatting syntax-error excel-formula vlookup
VLOOKUP text inside a string

I have a column DeviceName in Sheet1 and it contains data like RTRNY653, SWNY653, ... In Sheet2 I have a column …

excel excel-2007 vlookup
Python - function similar to VLOOKUP (Excel)

i am trying to join two data frames but cannot get my head around the possibilities Python has to offer. …

python pandas dataframe vlookup
Excel VBA Vlookup - Unable to Get the Vlookup Property

I have the following script and I'm getting a VLOOKUP error: Dim DataRange, LookupRange As Range Dim Data, Test As …

excel vba vlookup
return a row number from a vlookup in vba

I need to know what code to use in this situation. I am using vlookup in vba to locate a …

vba vlookup
How to filter an Excel table based on values in a column shard with another table?

To start, I don't think VLOOKUP will work for me because I have dozens of columns in each table. Let's …

excel excel-formula vlookup excel-2013
How to categorize/classify numbers from different ranges using Excel?

I want to categorize numbers from [0:15] into 5 classes: A, B, C, D, E, F Rules: 0-1: Class A 2-4: Class …

excel excel-formula vlookup worksheet-function multiple-conditions
VLOOKUP is returning blank as 1/0/1990, rather than nothing visible

All cells are formatted for dates, when a cell is blank I would like it to return an apparently blank …

excel date formatting string-formatting vlookup
Using named range in VBA function for VLOOKUP

I have a the following on my worksheet: A cell that shows a currency [in A1] A range of cells (…

vba excel range vlookup