Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have two spreadsheets, File A has 3 cols of numbers that I am trying to use
as a cross reference that has two columns of possibilites into File B. What I would like to be able to do is have a vlookup created in File B that says to go to File A col A and find a match, when you find the match look in col C. If number is there then pull into File B, if empty go to col B to pull into File B. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try creating a helper column with something like B1&C1 in it. In the
vlookup, use =vlookup(B1&C1, ... ) HTH, Barb Reinhardt "jennifer" wrote: I have two spreadsheets, File A has 3 cols of numbers that I am trying to use as a cross reference that has two columns of possibilites into File B. What I would like to be able to do is have a vlookup created in File B that says to go to File A col A and find a match, when you find the match look in col C. If number is there then pull into File B, if empty go to col B to pull into File B. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What I am needing to do is lookup one column against a column in another file
and pull in the data out of two columns (if one is blank then it grabs the 2nd column of data) "Barb Reinhardt" wrote: Try creating a helper column with something like B1&C1 in it. In the vlookup, use =vlookup(B1&C1, ... ) HTH, Barb Reinhardt "jennifer" wrote: I have two spreadsheets, File A has 3 cols of numbers that I am trying to use as a cross reference that has two columns of possibilites into File B. What I would like to be able to do is have a vlookup created in File B that says to go to File A col A and find a match, when you find the match look in col C. If number is there then pull into File B, if empty go to col B to pull into File B. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this logic:
=IF(VLOOKUP(........first_column....)="",VLOOKUP(. .......other_column....),VLOOKUP(......first_colum n....)) Biff "jennifer" wrote in message ... What I am needing to do is lookup one column against a column in another file and pull in the data out of two columns (if one is blank then it grabs the 2nd column of data) "Barb Reinhardt" wrote: Try creating a helper column with something like B1&C1 in it. In the vlookup, use =vlookup(B1&C1, ... ) HTH, Barb Reinhardt "jennifer" wrote: I have two spreadsheets, File A has 3 cols of numbers that I am trying to use as a cross reference that has two columns of possibilites into File B. What I would like to be able to do is have a vlookup created in File B that says to go to File A col A and find a match, when you find the match look in col C. If number is there then pull into File B, if empty go to col B to pull into File B. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This looks as if it might work for what I am needing. I will try this when I
get in the office in the morning. Thank you. Your help is greatly appreciated. "T. Valko" wrote: Try this logic: =IF(VLOOKUP(........first_column....)="",VLOOKUP(. .......other_column....),VLOOKUP(......first_colum n....)) Biff "jennifer" wrote in message ... What I am needing to do is lookup one column against a column in another file and pull in the data out of two columns (if one is blank then it grabs the 2nd column of data) "Barb Reinhardt" wrote: Try creating a helper column with something like B1&C1 in it. In the vlookup, use =vlookup(B1&C1, ... ) HTH, Barb Reinhardt "jennifer" wrote: I have two spreadsheets, File A has 3 cols of numbers that I am trying to use as a cross reference that has two columns of possibilites into File B. What I would like to be able to do is have a vlookup created in File B that says to go to File A col A and find a match, when you find the match look in col C. If number is there then pull into File B, if empty go to col B to pull into File B. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i NEED TO PULL OUT THE MOST RECENT DATE FROM A COLUMN- | Excel Worksheet Functions | |||
Using a date range in a formula to pull info to the correct column | Excel Worksheet Functions | |||
How do I pull out every nth value from a column of data in excel? | Excel Discussion (Misc queries) | |||
Combine multiple columns into two long columns, Repeating rows in first column | Excel Discussion (Misc queries) | |||
How do I pull the column header next to a Max formula? | Excel Worksheet Functions |