VLOOKUP is an Excel function for retrieving a value from an array using a lookup value and a positive column offset.
7
votes
2answers
131 views
The right way to lookup a value from within a table and fill it with data
My current project is basically the conversion of an excel spreadsheet to a windows application. I came across a section of the worksheet using a table and vlookups. Assume the table looks like this ...
3
votes
3answers
1k views
VLOOKUP-style range lookup in T-SQL
Here's a tricky problem I haven't quite been able to get my head around. I'm using SQL Server 2008, and I have a sparse range table that looks like this:
Range Profession
----- ----------
0 ...
3
votes
1answer
127 views
Automatic vlookup and multiply coefficients with R
I´m trying to code a function in R (stats programming language) that would allow me to automate the calculation of a linear regression (lm)
The problem:
The regression is calculated through the ...
3
votes
1answer
32k views
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, b1 = name, c1 = price). My question is, is there a way to import data(like the name) from 1 ...
3
votes
1answer
525 views
How to convert cell vlookup to VBA
Currently, I am having a formula in my cell:
=IFERROR(VLOOKUP(A:A,'Daily Report'!A:Z,2,FALSE),"")
=IFERROR(VLOOKUP(A:A,'Daily Report'!A:Y,7,FALSE)&", "&VLOOKUP(A:A,'Daily ...
2
votes
3answers
2k views
How do I easily change hardcoded links to a file in Excel?
I have a project where I maintain a list of all my students and their information in an Excel file labeled "BigList.xlsx". Then, I have about 40-50 other separate ancillary excel files that link to ...
2
votes
2answers
4k views
Why is VLookup in VBA failing with runtime error 1004?
Spreadsheet "Sheet3" looks like this:
S&P 500 DJIA
1/1/1991 795.4476 2973.09
1/2/1991 786.3856 2947.1
1/3/1991 775.4636 2905.19
1/4/1991 773.5364 ...
2
votes
5answers
1k views
Excel - Recursive VLookup
I recently came to know about Ctrl+Shift+Enter array formulas of Excel and currently still learning them. Coming to my problem,
SheetA:
Product Code
S1 19875
S2 19834
...
2
votes
3answers
85 views
VBA complex vlookup
Okay I saw a number of questions that were similar to mine but none were quite exact So the answers didn't help. Although it may not be exactly a vlookup the process is similar to one so that was the ...
2
votes
1answer
601 views
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/A show up if B2 has nothing in that cell?
I think I might need something like an ISERROR check but I ...
2
votes
2answers
509 views
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 certain record number. I then need to know what row number the record is located in. I have tried the ...
2
votes
3answers
1k views
VLOOKUP no longer works in Office 2007 - Excel
Not sure how a feature that worked fine in previous versions no longer works but I figure there must be a new way to do it that I am unaware of.
I have a simple VLOOKUP.
I have a column ...
2
votes
1answer
71 views
Need excel to return blank on cell with page reference
I need help with a cost sheet. I don’t have much Excel experience, but I’ll try my best to describe.
Column A lists the name of all 50 of our products.
Column B lists the numeric product code of all ...
2
votes
1answer
2k views
VLOOKUP on first and last name with no unique ID
Situation:
I have two sheets: The first sheet contains a list of employee names; the second sheet contains a piece of a pay report for employees. I need to pull the employee pay data from sheet 2 to ...
2
votes
1answer
880 views
VBA VLOOKUP Convert to Values Gives #N/A
I'm having some trouble with VLOOKUP in my VBA. Here's an example of the code I'm using:
Sub Macro15()
'
' Macro15 Macro
Dim LR As Long
LR = Cells(Rows.Count, "A").End(xlUp).Row
Range("B1:B" & ...
2
votes
3answers
827 views
Making a list through vlookup in Microsoft Excel?
I have a table in excel with three columns: name, organization, contract expiring (YES/NO).
I have 20 other sheets, one for each organization. On each sheet, I want the names of the people whose ...
2
votes
1answer
92 views
VLOOKUP troubles in Excel
I have a list of contacts. There are people, and companies, both in the same spreadsheet.
I need to copy a company's address (from column F) in to a person's address (also column F), based on a ...
1
vote
1answer
3k views
Excel VLOOKUP #REF Error
I'm trying to create an integrated athletic planning and training calendar. Part of this is for one sheet to identify weeks in which races occur based upon races and dates identified by the user on ...
1
vote
2answers
707 views
How to pass in a Range parameter for VLookup function?
I have the two functions below in VBA. The abb00 works fine but the abb11 does not.
My question is how to pass in a Range variable as a parameter for VLookup function?
Function abb00() 'demo func
...
1
vote
2answers
133 views
Excel- How to look up something in a look up table when there are two variables that change. Wow this is crappy title. Sorry :)
Quick question-
I know this is probably really easy, but my excel skills have gotten a bit rusty. You can see from my picture below what my situation is. I have a table as a reference that shows ...
1
vote
1answer
114 views
Can I use regular expression to match a set of values?
I want to check if every element in a set contained in any part of rows in a column. For example,
Set A = {5013, aab, 402dha)
Column B
adaf**5013**dad344
23**aab**yyyy
zzz**402dha**vuuuda
...
1
vote
1answer
930 views
Complex Vlookup/ VBA function or Macro Needed For “if contains text then vlookup”
I have a problem, http://goo.gl/i82eA this is sample data that I have with the required output. Currently I have a user defined function that is manually using many if statements to do the job but I ...
1
vote
2answers
367 views
Excel vlookup help
Using vlookup, when a match occurs, I want to display the value of column C from sheet 2 from the same row where the match occurred. The formula I came up with takes the value from column C sheet 2 ...
1
vote
5answers
2k views
Working out which cell Vlookup refers to
say if I see this Vlookup formula in my Excel spreadsheet:
=VLOOKUP(G37,'tb 2008'!$H$142:$M$247,6,FALSE)
Then is there an efficient way to find out which cell it is referencing? I don't want to ...
1
vote
1answer
660 views
Trouble with VLOOKUP not finding data
Col A has ItemID Col B has Model_Num Col C has a long list of Model_Num. In Col D I want to lookup the Model_Num of Col C and put the ItemID
item_id (colA) model_num (colB) to match (colC) ...
1
vote
1answer
136 views
Excel vlookup() the right function to use? [closed]
I'm not sure if VLOOKUP() is the function I am looking for, but here is the spreadsheet that I am working on: https://docs.google.com/spreadsheet/ccc?key=0Ap96QeCBYRNtdDlpX0lONDg1YThLN1M5YkNlT1FBeFE
...
1
vote
1answer
696 views
Vlookup limitations- want to transfer backwards
Can Vlookup process data backwards or is the logic always to go forwards?
Ie:
I have data that has to go both ways on another sheet. They need to be linked by the same number but the project ...
1
vote
1answer
2k views
can I make a vlookup find a certain word in a cell?
What I am trying to do is.
=VLOOKUP(C7,MODEL!A$4:B$9975,2,FALSE)
For Cell C7--- Jacket Blue Men's
What I want it to do is use a Symbol for Men's
So my original sheet has the products all ...
1
vote
1answer
8k views
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 vlookup with it, but it won't find the match because it's looking through numbers.
I want to do this in a ...
1
vote
1answer
19 views
Combining Small with a VLOOKUP
I have 2 sheets; 1 with a large dataset consisting of a non unique identifier and a date
e.g.
xx - 01/12/2012
xx - 05/12/2012
xx - 02/11/2012
yy - 02/04/2012
yy - 25/05/2012
zz - 06/03/2013
The ...
1
vote
2answers
2k views
Excel Lookup return multiple values horizontally while removing duplicates
I would like to do a vertical lookup for a list of lookup values and then have multiple values returned into columns for each lookup value. I actually managed to do this after a long Google search, ...
1
vote
2answers
239 views
Excel VLOOKUP with 2 Search Values
I have a formula that acts as VLOOKUP with two values. It looks for x in column A and y in column B, when both found on the same row it returns the value in column C. The problem with this formula is ...
1
vote
2answers
410 views
Excel Lookup - Pretty Difficult, Selecting from a Range
I have two tabs, one is "sales detail" which contains a field named "sales zipcode". The "sales territory" tab has a range of zipcodes and the corresponding "Sales Territory ID"
Zipcode Low ...
1
vote
1answer
270 views
Create an order list based on configuration 'recipes' in Excel 2010
I have been creating a large-ish list of mechanical devices and the parts required to assemble them. Basically what I have are three worksheets.
One with all orderable parts (e.g. screws, nuts, ...
1
vote
1answer
540 views
Malformed VLookup formula when trying to use Range.Formula property
I have Excel sheets that will have data from many sources that will be grouped together so that what needs to be looked upon is above what you are looking from so there will be many VLookups on ...
1
vote
2answers
1k views
How to hide columns (G-AZ) when cell value is #N/A
I currently have a vlookup populating row 1 (cells G1-AZ1) with titles, and would like to hide the Columns(G1-AZ1) if the vlookup pulls back nothing/#N/A. I know this is a simple macro but I'am new ...
1
vote
1answer
6k views
Excel Vlookup in macro with range
I'm trying to add a vlookup to a cell in an excel macro, however I can't seem to get the arguments of the function right nor the arguments of the range function
Please help me in stating how to write ...
1
vote
4answers
167 views
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)A3, appears in 'worksheet2' column B - count how many times it appears in column b ...
1
vote
1answer
2k views
Excel - How to Compare Cells from 2 Columns then if Column B Matches, Use the Value in Column C next to the Matching Cell in Column B?
I don't know who else to ask, so if you can help, I'd really appreciate it.
I have 4 columns:
In column A, I have an updated list of 1000 product Sku's ie. A1001 from column C.
In column B, its ...
1
vote
1answer
217 views
EXCEL Formula in master sheet
I want to be able to enter a formula in a "master sheet". That formula when called will be executed on the sheet in which the formula was called from.
Example:
Sheet 1 (master sheet)
Col A Col B
...
1
vote
1answer
3k views
How to VLOOKUP get #N/A value in VBA?
I have a data table in Excel, that is same as:
A B
-------------
1. aaa 11
2. bbb 22
3. ccc #N/A
4. ddd 44
I've wrote a VBA function to get value(col B) by key(in col A)
...
1
vote
1answer
2k views
Excel Vlookup on multiple values combined with sum or countif
I have 4 columns of codes, and another table that basically says that "group" the code falls into. Like so:
c1 c2 c3 c4
1 0 2 3
2 3 4 5
3 4 2 0
The second table is
code group
1 ...
1
vote
2answers
284 views
Can I set a function as criteria in an autofilter in excel?
What I want to do is, I want to filter a range by an Autofilter. The criteria is the Vlookup returns value #N/A or not. I need to handle this language independent. The English return value of Vlookup ...
1
vote
1answer
108 views
Returning a value based on max sum and one more condition
A B C
1 # Code Quantity
2 1001 1 10
3 1001 1 20
4 1002 2 10
5 1003 2 10
6 1003 2 ...
1
vote
2answers
1k views
EXCEL - how to get the value of the first column in a row in which value in another column meets certain criteria?
I have an excel spreadsheet with the following data
----- A-----------------B
1 ----X
2
3----January 2012-----30
4----February 2012----50
5----March 2012------105
6----April 2012--------140
I ...
1
vote
1answer
294 views
How to use VLOOKUP in this situation?
Here's what I'm trying to do with no success.
I have 2 sheets in a workbook. Format and TC.
Format looks something like this:
And TC looks something like this
I want to add after the last column ...
1
vote
2answers
861 views
Using vlookup in Excel to match a Surname and First name and output unique ref number?
I have a spreadsheet which has 3 columns
Col A is a unique reference number
Col B is the surname
Col C is the firstname
In another worksheet I want to be able to type in a surname in cell A2, a ...
1
vote
1answer
1k views
Vlookup, Google Docs., Filter & Sum
I have a row with a cost, item type and a "tags" columns. I want to be able to find the total cost of all rows containing a certain "tag". I tried using VLOOKUP but I keep on getting a $0.00 return.
...
1
vote
2answers
89 views
Returning “application defined or object defined error” and “Type Mismatch” in vlookup in VBA script
I'm having some problems with the vba script below. It's pretty simple. It's meant to take the value of a dropdown list and respond based on a yes/no/null value in another sheet. The code works ...
1
vote
1answer
330 views
Excel - vlookup date in date range
Is there a simpler way to complete this task?
I want to look up a value and a date in a list and return the date if it matches or is within 5 days of the original date.
The only way I've been able ...



