Vlookup On 2 Values In Another Sheet
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
ADVERTISEMENT
Nov 27, 2013
I need to do a vlookup of the values of Sheet 1 Column A (Ref) in Sheet 2 Column A (Ref).
The results will be the concatenated values of Sheet 2 Column B + C + D + E to be displayed in Sheet 1 Column B (Address).
I'm not sure how I can do this using formula.
I've attached a example.
View 6 Replies
View Related
Jul 8, 2014
I would like to copy values corresponding to a unique identifier from one sheet to another, using the vlookup function. The problem is that after a certain cell the values are given as N/A even though they are present in the sheet I want to copy them from.
View 3 Replies
View Related
Dec 30, 2013
I have created a spreadsheet from a master using vlookup. I want to be able to hide rows which contain a null value (NA) in column B (sample attached). Is there a formula I can use which won't interfere with the vlookup or do I need to hide the rows individually? I tried filtering but that only filtered the cell and not the whole row.
test sheet.xlsx
View 3 Replies
View Related
Jun 3, 2009
i have a workbook with two sheets. lets just call them sheet 1 and sheet 2. on sheet 1 i have data for employees and their current wages and other info. on sheet 2 the data is for compensation scale on three separate columns.......
in order for me to automatically get the data from (sheet 2 B3) the formula for sheet 1 E1 would be: ='Sheet 1'!B3. how do i formulate the equation so that i can do ='Sheet 2'!(C1)(D1)?. in other words i want to specify the column and row from the values declared in sheet 1 column c and column d respectively.
View 4 Replies
View Related
Apr 11, 2014
I am trying find a match from multple "text" values.
The values I'm using are flight numbers from sheet "Indiv case" in column (range H2:H51). The flight number could occur multiple time in the column.
The associated flight number sheet "Code & categories" in column (range H2:H257) are associated with the last port of embarkation (range I2:I257) in "Code & categories" sheet.
I need to copy & past the name of the Last port of embarkation from sheet "Code & categories" into sheet "Indiv case" adjcent to the flight numbers in column (I2:I51).
Example: Sheet "Indiv case" from Column (H2:H51) Fligh number Data: UA863, VA4148, EK432, BA15, BA15, VA98, QF8, AC33 etc Using these value from "Indiv case" from Column (H2:H51) search and match valuse in "Code & categories" in column (range H2:H257)
If match found copy valuse from sheet "Code & categories in column (i2:I257) in to sheet "Indiv case" into column (I2:I51) Last port of embarkation".
H2;H257, I2:I257
Flight, Last Post
3k111, Singapore
3k131, Singapore
AC33, Vancouver
Copy and Past "Last Port" into sheet "Indiv case (I2:I51) adjcent to matching flight code.
View 1 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
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
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
May 5, 2014
I have 2 excel sheets A and B
Sheet A has full list of (3000) of user names - First Name , Last Name and Email address
Sheet B has few UPDATED users (200) of user names from above list with UPDATED email addresses ( with First name , Last name and email address)
How should I update Sheet A with updates from Sheet B?
View 3 Replies
View Related
Feb 15, 2008
I have date on Sheet 1 and Sheet 2
what I want to do is take column A from Sheet 1 and compare to Sheet 2 column A if it's one Sheet 2 then on Sheet 1 column C and D post the results...
ie
Sheet 1
A B C D
ADDYY 64
Sheet 2
ADDYY4644454654
so then Sheet 1 would look like this
A B C D
ADDYY 64 ADDYY4644454654
View 11 Replies
View Related
May 18, 2014
Macro Button to copy and paste from different sheets, I need to Copy SKU which is in Sheet 1 Column B and Find in Sheet 2 then Copy the UPC on Sheet 2 and Paste to Corresponding SKU in Sheet 1 Under Column C. If an SKU doesnt show on Sheet 2, it should leave Sheet 1 Column C blank and go on with others.
View 3 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
Aug 25, 2009
I want to do a vlookup between two sheets, the matching criteria on one sheet is in the format xxxxxxxx ABC and each will only appear once. On the second sheet the same match may appear between 1 and 3 times, these will be sorted so will be beside each other. Is it possible to return the sum of the qtys for each time the criteria appears on sheet2 using a formula rather than the first one as a conventional vlookup would?
Sheet 1
Criteria Qty
xxxxxxxx ABC 100
Sheet 2
xxxxxxxx ABC 50
xxxxxxxx ABC 30
xxxxxxxx ABC 20
Result
Criteria Sheet1 Qty Sheet2 Qty
xxxxxxxx ABC 100 100
View 4 Replies
View Related
Mar 28, 2014
Is it possible to use the sheet name in a vlookup?
The current sheet name matches a value in column C of a worksheet called Circuits and I'm trying to display the corresponding value in column A on Circuits
View 9 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
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
View Related