Vlookup: Using Values Within A Cell
Jan 2, 2009
I am trying to find the value in a named range (the named range is listed in cell H1) and the column I am looking for is named in cell L1. My first attempt at the vlookup formula is as follows: =VLOOKUP(I2,VALUE(H2),VALUE(L2),FALSE)
View 5 Replies
ADVERTISEMENT
Jul 23, 2014
two formulas for one data set. The data is attached in the spreadsheet: "Product IDs". The data is a set of Master Product IDs (parent) and the Linked to them Products (children). I need to create a relationship between unique parents (Master Product IDs) and their children (Linked Products)
I need to create two formulas:
1. From the Data Set table, need to vlookup the unique value in column A (Master Product ID) and return comma delimited (concatenated) corresponding values from column B (Linked Products). So, the result will be as shown in Table 2.
2. From the Data Set table, need to vlookup the unique (de-duplicated) parent/children relationship in column A (Master Product ID) and return comma delimited (concatenated) corresponding values from column B (Linked Products). There are total 3 parent/children relationships in Table 1. So, the result will be as shown in Table 3.
View 8 Replies
View Related
May 14, 2014
vlook up.xlsx
View 14 Replies
View Related
Mar 5, 2009
Column A includes a name
Column B includes an age
Column C states a division (this is the column that contains the Vlookup function)
Column G is where I have to put a range of ages (for instance, x=<0,>3)
Column H is where the division name is.
The idea behind this exercise is to use the Vlookup function in column C to reference column G, and return a value in column H. Here a copy of my formula in column C: =VLOOKUP(B3,$G$3:$H$12,2,TRUE). For instance, if Mike (A) is 16 (B) then he would be in the Midget division (C). C is calculated by comparing column B to G, then returning a value in column H. For some odd reason, I can't get column G to reference an age range, such as 1-5 years old.
View 2 Replies
View Related
Feb 15, 2010
I tried searching for a solution to my formula problem in this forum regarding vlookup and saw similar formula e.i returning multiple values but it doesn't cater with what I need.
Vlook is returning only the first value but what I need is to return all the multiple return values in 1 cell. I've attached a sample worksheet for reference.
View 7 Replies
View Related
Feb 23, 2012
OK for example if i hae this list of data:
Invoice number Order number
111 560
112 561
112 562
113 563
What i need to do is a vlookup from the above table to return the following:
Invoice Number Order number
111 560
112 561, 562
113 563
View 9 Replies
View Related
Jul 17, 2012
Traditionally the vookup will return the first value it can match. I can return multiple values on different lines using an array formula but this is not useful.
In the example below I have table array A1:B8. Lookup criteria in cell A11 and want to return MULTIPLE values from column B in cell B11.
I would prefer to not use VBA if possible
A
B
1
[Code]....
View 6 Replies
View Related
Oct 22, 2012
I need to compare a string from say A1 to a range of cells in another workbook and if found return the value of a cell on the same row.
Something like - look up string value in A1 in other workbook.sheet1.A1:A65535 if matched return the value of matched row column b.
OR
IF Otherworkbook.sheet1.A20 = A1 return the value of B20
View 6 Replies
View Related
Apr 6, 2013
code1
code2
lookup Range1
lookup Range2
Return Value
Lookup
Multiple Return
[Code]....
I am trying to vlookup multiple value and return multiple values in one cell
View 7 Replies
View Related
Apr 30, 2014
I am trying to find some missing values compared to 6 base values. For instance, I have a sheet with some names translated to another language, I am trying to find the languages some names have not been translated too.
For example, if I have six languages, Arabic, Japanese, Russian, Chinese-Simplified, Chinese- Traditional, and Korean to compare too, I want to find any names that are not translated in certain languages.
Sample:
John Japanese
John Chinese - Simplified
John Korean
Martin Arabic
Martin Chinese - Simplified
Martin Russian
Ramon Arabic
Ramon Russian
Sam Arabic
Sam Chinese- Traditional
View 1 Replies
View Related
Oct 27, 2008
i want to put a subject for a negative values, how should i do it?
For example:
lookup_value: -1000
table_array:
<0 - Poor
0-10000 - Good
> 10000 - excellent
is it possible to do this? ALternatively see the (new) attachment for clearer question.
View 8 Replies
View Related
Mar 4, 2009
I am trying to do a vlookup function of 2 values but the key lookup column is an approximation.
I have attached a sample data file. Essentially, on Sheet 1 Column M (labeled as EPS), I want to do a vlookup of both Column A and B, and copy the values in Sheet 2 Column K into Column M. The approximate value comes from Column B, the date, as Sheet 1 has all the dates from 2001 and 2008 while Sheet 2 only has 4 dates per year. On sheet 2, the first 2 dates are 10/30/2001 and 2/5/2002. I want the EPS value for 10/30/2001 to stand for all values between 10/30/2001 and 2/5/2002.
The Vlookup function with a True value for the last criterion can do this for a vlookup of 1 variable, but it doesn't work for 2.
View 10 Replies
View Related
Jul 29, 2009
by using vlookup i can only get the first data for every time. how can i get this table?
View 14 Replies
View Related
Aug 6, 2009
look at my Vlookup formula and tell me what I'm doing wrong? I have a drop down menu that contains a list that I want to look up its values (as shown on the 'A' columns), the look up values are in sheet 2.
View 3 Replies
View Related
Oct 6, 2009
I have a column in a sheet that has the same data more than once and I'm using a vlookup function to pull that information from the column. However, I don't want to repeat the same information more than once. Is there a way to show an item in vlookup only once.
Here's the scenario:
Column A
New York
New York
LA
Washington
New York
Washington
Washington
LA
New York
I want the outcome in my vlookup to be:
Column A
New York
LA
Washington
View 14 Replies
View Related
Oct 21, 2009
under column F, 01/05/1901, to display Jupiter in F6 and also populate Neptune in F9 and Saturn in F7, based on the date_aspect table.
I'll keep this short and just post the sheet.
View 9 Replies
View Related
Sep 7, 2009
I need a macro to calculate the order value i.e when i fill in a qty against any code a macro would execute and get the rate of that code from (rate file worksheet) and multiply that value with the fill in qty and display it and also, when i fill in a qty against another code the macro should perform the same procedure but in this case it would add the value to the last value and show the combined total value for the order,
View 9 Replies
View Related
Jul 20, 2012
this is the code i have for lokking up two values(J2&K2) but i would like to add a third one L2
=VLOOKUP(J2,OFFSET(A$16,MATCH(K$2,A$17:A$782,0),1,COUNTIF(A$17:A$782,K$2),3),3,0)
View 8 Replies
View Related
May 8, 2006
I have a vlookup that searches through a named range to find a account number and returns the value of an account payment.
The lookup works fine until a two or more payments have been made to the same account. Then the lookup only return the first value in the range.
Is it possible for the lookup to SUM all the payments and return the total for that account number?
View 3 Replies
View Related
Sep 13, 2012
I am trying to simplify a complex array formula using a UDF. I am trying to return multiple corresponding values horizontally. Can this be translated to VBA?
=INDEX($B$2:$B$8, SMALL(IF($A$11=$A$2:$A$8, ROW($A$2:$A$8)-ROW($A$2)+1), COLUMN(A1)))
A11 is the lookup value
A2:A8 is the range where A11 is located
B2:B8 is the value I want to return
View 1 Replies
View Related
Jun 23, 2013
I'm trying to compare two quantities on two different sheets. I've used VLOOKUP in the past on other sheets. This time round I cannot understand how to us it on this query when the data is contained and mixed in one cell.
Here goes explaining..
Sheet1, shows we have stock of Mini Speakers in blue, the 'Main SKU', 'Size' and 'Current Stock'
'Current Stock' is the cell we are trying to compare
Sheet1.PNG
Sheet2 shows the 'SKU', 'Name' and 'Option1'. Option1 contains the values I'm trying to compare... sku":"X-MiniB-S","value":"S","quantity":"1"
Sheet2.jpg
Basically, I need to check that 'Current Stock' matches the value in 'Options1' and return a value if they do not match.
View 9 Replies
View Related
Mar 28, 2014
I have a calendar (tab March in the attached file) where I can indicate the delivery package of tab List. The problem that if the delivery happened twice a day, only the first one will be indicated. If there is any way to indicate both deliveries?
View 2 Replies
View Related
Aug 11, 2014
I am creating a payroll spreadsheet that will look up tax deductions from a spreadsheet I pulled from the IRS website. The first two columns represent a range of values the employee's pay would fall between. The first column is "paid at least" and the second column is "but paid less than".
Once I locate which row the employee's wages fall between, I would then need to match their number of withholdings with the corresponding column. Columns 3, 4 and 5 have headings to represent 0, 1 or 2 withholdings.
The value I need returned would be the intersection of wages paid and withholdings. For my spreadsheet example, if the employee's wages are 1,023 and they have 1 withholding, I need the formula to return 147. I was able to find a vlookup/match formula but it worked only without a range of wages paid.
For example, if the employee was paid exactly 1,030 and had 1 withholding, it would vlookup/match to return 147. Obviously, this won't work with me needing to find the correct row based on where their wage falls in the ranges.
I've attached a picture of the spreadsheet example below. payroll example.jpg
View 2 Replies
View Related
Feb 11, 2013
I am currently busy with a material tracking sheet. The sheet tracks all the material from fabrication to being released from painters.
My problem is that in a summary sheet that I created, I used vlookup to get the exact value of the item number that was released.
Focus on Item # 043-06016
example summary.jpg
[Code] .....
This formula only gets the first value and not the 2nd value that was also released so that in my summary sheet i can get 2
example released items.jpg
View 3 Replies
View Related
Feb 18, 2014
I want to lookup for 160990 (B12), and if the value is found, I want the values returned to be the ones in A9,B9,C9. But when I lookup 00002 (B17), the values returned to be the ones in A15,B15,C15.
I have ~200pages, but I don't need all the data, I only need to lookup some values I already have in another Excel file. I have a weird format because I converted the file from a PDF.
View 2 Replies
View Related
Apr 5, 2007
I want to match two different values in the same row and then have it return another value in that row.
View 9 Replies
View Related
Nov 26, 2009
I've sorted the second row by price on the second sheet, but how do I get the corresponding category and quantity numbers? A normal Vlookup formula would return '8' twice on (a) and (b), but I need both 8 and 6... So only one value should be returned at both (a) and (b), as long as all different quantities are covered.
View 5 Replies
View Related
Dec 6, 2009
This is almost embarrassing, but I have a simple VLOOKUP function that I can't seem to figure out. On Sheet2 cell A11 is the value I want to look up in Sheet1. Sheet2 B12 is the cell I am entering the VLOOKUP function. The value I want entered is in column 7 of Sheet1. I hope I have explained this enough. My formula entered is =VLOOKUP(A11,Sheet1!$A$9:$A$42,7,FALSE).
For whatever reason this is not working, and I am getting a #REF! error.
View 3 Replies
View Related
Nov 21, 2005
Is there a way to perform a vlookup with two lookup values?
I'd like to look up the value of A1 and B1 in a table with A1 and B1 values
included to return cell C2 from the table. I've had limited
succcess using concatenate and then using vlookup on that cell but i'd like
to not have to do the concatenate step.
View 10 Replies
View Related
May 15, 2009
I've done some research and came up with this formula for Vlookup (see attached excel spreadsheet). What I'm trying to accomplish is to look up the values under 'Pipe Size' & 'Pipe Material' to give me a Heatloss number. The formula works with the Sched 40 Steel & Type K copper, but with the other 2 materials, I get #N/A. Can anyone tell me why thats happening?
View 3 Replies
View Related