VLOOKUP is an Excel function for retrieving a value from an array using a lookup value and a positive column offset.
0
votes
1answer
76 views
vlookup style query in nested for loop (
I've been using the advice in this question:
Find value from one csv in another one (like vlookup) in bash (Linux)
To try and create a script where I go through multiple data files, and add columns ...
0
votes
1answer
89 views
Excel VLOOKUP Pull Data from several workbooks
Ok so I am tryig to create a Vlookup to look for a user name that is located in 1 of several different workbooks. If B2 = BOB it will look for BOB in all the worksheets and return the correct value. ...
0
votes
2answers
2k views
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 one where the VLOOKUP function in written.
Example: in Sheet 1, cell AA3 I would like to insert ...
0
votes
2answers
55 views
Trying add up values but have multiple entries
I am trying to look up the value in one column and pull the number from another column.
Of course, I could use the simple V-lookup or Match.
However, the first column of data has multiple entries that ...
0
votes
1answer
230 views
simplifying Excel formula currently using INDEX, ROW, SUMPRODUCT and IFERROR
Does anyone have any brilliant ideas to simplify this difficult formula? Don't panic when you see it, I will try to explain.
...
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 ...
0
votes
0answers
241 views
Excel macro, copy and paste data in next available row of a changing referenced column
I am trying to run an excel macro but I have not been able to make it work correctly. Where I have gotten this far with the VBA code is the following:
Sub CopyandPasteMacro()
NextRow = ...
0
votes
3answers
82 views
Vlookup from multiple source
This doesn't error, it just gives me "FALSE" as a result. I'm thinking I can't do a vlookup from two different sources, but want to verify? If not, suggestions for an alternative? Thanks!
...
-2
votes
1answer
55 views
Excel, find email from column that excist in second column [closed]
This is excel question, I have two columns both with email addresses. Column A have list of email addresses where emails were sent, and column B have list of emails where user opened emails (openers). ...
0
votes
1answer
150 views
Excel Approximate Text Match
I'm trying to check how many strings in column A approximately match a string in column B.
Example:
If I have the string "angry_birds_iph_app" in column B, and "angry_birds_iph_app" and ...
0
votes
1answer
1k views
Sum up similar values in VLOOKUP/INDEX-MATCH excel functions
I have an issue with a vlookup/index-match formula in excel 2010.
I have a table that contains duplicate values in the name column.
I have a table in another sheet that reference the name & ...
0
votes
1answer
741 views
Excel 2010 VBA , looping with vlookup
I having issues with using vlookup in my Excel 2010 VBA
I want to loop through each cell in a column that is blank and look up a value from the neighbouring column from a data source. I want to do ...
0
votes
0answers
94 views
IF VLOOKUP multiple sheets with variable outcomes
apologies if this title isn't accurately reflecting what I want to do.
Basically, I have a multi-sheet document and I want to compare values and paste across depending on the values in the adjacent ...
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 ...
0
votes
0answers
230 views
Vlookup macro that can filter and find matching data
Was wondering if it's possible to write some kind of VB macro that may be able to determine how much we pay our drivers based on the farthest distance they drove, by using a combination of vlookups, ...
0
votes
0answers
119 views
jxls #VALUE! error with VLOOKUP
I am getting #VALUE! error for a cell containing this formula in Excel:
VLOOKUP(O14;Sheet2.A1:AL1000;HLOOKUP(K14;Sheet2.A2:AL3;2;0);1)
I am using an Excel sheet as a template and I'm generating my ...
0
votes
1answer
94 views
How to get the corresponding values of the latest date in Excel?
I have this values in my excel:
A B C D
StaffId FSales ESales Date
1 100 500 23-Jan-13
1 50 170 25-Jan-13
1 ...
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 ...
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 ...
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, ...
0
votes
1answer
904 views
Comparing Data Between Excel Sheets
I have 2 extracts from the same data source both imported into excel. I need to compare the data to see if any are different, and highlight/display the ones that are. I don't know if I could use ...
2
votes
1answer
604 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 ...
0
votes
1answer
103 views
Modified VlookUp which return k-th value corresponding to lookup value
I would like to modify this function : Custom Excel VBA Function (Modified VLOOKUP) from Cell referring to a range in different file gives an error
functionality I need is conceptualy simple - I need ...
0
votes
2answers
1k views
if error and vlookup in vba macros [closed]
My task to write a formula which includes if, iferror and Vlookup
I need to apply the formula till the end of last row which contains values .
if vlookup throws NA , then the cell should be blank , ...
0
votes
2answers
746 views
Using VLookup in a macro
I'm new to VBA but I'm hooked! I've created a workbook that tracks overtime in 2 week blocks with one 2-week block per worksheet. The macro I'm trying to debug is designed to carry any changes made ...
1
vote
1answer
237 views
Use Two Different columns to compare to another worksheet
I have two columns that are different from each other. One containing numbers and the other containing text.
Trying to compare (match) both to another separate worksheet.
Of course, I can VLookup ...
1
vote
0answers
136 views
Excel: Referencing text within cell (rather than cell location) in VLOOKUP / Adding cell within table will auto add a cell on another tab?
I have a list of text names for example:
'Tab 1'!A1:A5'
A1 Red
A2 Blue
A3 Green
A4 Purple
A5 Brown
I want to run a VLOOKUP on Tab 2 to reproduce this exact list of text and also have it so that ...
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 ...
0
votes
1answer
96 views
Excel overlaping intervals with a type of vlookup
This is a snipet of the data, of which there is a ton, with explanation of what I want to do:
File
Basically I have a number of subsets (marked out by 1, 2 ... in a seperate column) of data which ...
0
votes
3answers
82 views
Excel Query (VLookUp perhaps?) [closed]
Here is the scenario:
I have two columns. One column contains 1638 rows (customers present in the system last week). The second column contains 1488 rows (customers in the system this week). This ...
1
vote
1answer
66 views
Extracting Values from 300 sheets where vlookup doesn't work
I have an excel spreadsheet which has just under 300 sheets in it. The first sheet has a list of items which are all numbered 1.1.1, 1.1.2 etc. The rest of the sheets have some of the items listed ...
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 ...
0
votes
1answer
87 views
Vlookup in external folder
I have an excel sheet with some product id codes
100-10R
23P901
......
I have a folder where the product images are stored. The beginning of the picture has the product code but the end might be ...
-1
votes
2answers
389 views
Vlookup / Match max min number on different worksheet
I have 2 worksheets, one with company data and the other with a min max and answer column.
What i need to do is find out if value in column D in the company data is between the min/max in worksheet 2 ...
0
votes
2answers
999 views
EXCEL: Combining SUMIFS with multiple VLOOKUPs due to small variances in names
Ok, this is going to be a difficult question to ask, but I'm gonna give it a try.
I have three sheets (Sheet1, Sheet2, Sheet3) in one worksheet (Worksheet).
Sheet1 contains ~100,000 rows with ...
0
votes
1answer
129 views
Vlookup entire row
I want to search an entire row using Vlookup from another sheet in my workbook. Currently I can only fetch the Name using excel. With sample data & searching for 123
Sheet 1
ID Name ...
0
votes
1answer
575 views
Excel 2007: Find a cell value searching for multiple columns
I'd like to develop a simple function like this
Search(value, range, offset)
that given the following table
A B C
1 10 A desc for 10a
2 20 B desc for 20b
3 30 C ...
0
votes
1answer
82 views
Excel VLOOKUP gives wrong value
I have a VLookup cell which gives me the wrong value:
This is the table:
PID Product Price User User name Deal On Amount After
in 1001 table 1001 1 Milly No 1000
in 1001 ...
0
votes
1answer
95 views
Horizontal look up with multiple criteria
I am trying to develop the formula in excel to look up multiple criteria. Specifically, how do I pull in a value for apples in NYC for location (B)?
Northeast ...
0
votes
0answers
229 views
Excel Vlookup to return from multiple cells from multiple worksheets
I am looking to create a formula that will summarize data tables across multiple worksheets.
I want to look up a range (G7:G69) ,in each worksheet, and return the value in columns A & G only if ...
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
...
0
votes
3answers
236 views
0
votes
0answers
112 views
Find a Match between Two Columns by Referring to a List and put the result in a new column
I have two columns (column P and column Q) which has a list of companies.
Within that list of companies in column P and Q, there were companies which are called 'global companies'.
I also have a ...
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
...
0
votes
1answer
231 views
Google Docs VLOOKUP fails for *some* rows [closed]
I have a Google Docs Excel file.
One sheet has columns B-H with this structure:
HOSTNAME, DMZ, FUNCTION, SERVICE TAG, HDWR, MGMT IP, DATA IP
And a sample line with these values:
DENMUVSUBG7M1, ...
0
votes
0answers
52 views
Adding multiple values from a separate sheet dynamically
I'm making a google spreadsheet in which I add my working times to compare it with my salary specification.
I've got one sheet with all the settings, where I added my different shifts, and that ...
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 ...
0
votes
0answers
143 views
PHPExcel xlsx to csv vlookup values displaying as #REF
When converting xlsx files to csv using PHPExcel, vlookup values between multiple worksheets are not pulling through to the csv file (display as #REF!). Most common calcs pull through with an issue, ...
1
vote
0answers
94 views
Search DataTable in Visual Basic (VLOOKUP tyoe search)
I have a question in relation to databases. (Maybe not the best place to ask a question but I couldn't find any contact email on your age). The program I am making performs many, many calculations ...
0
votes
2answers
1k views
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 first parameter of the vLookUp function is giving me headaches: The function works with certains ...

