Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All
I have two worksheets with a common value like what follows WorkSheet 1:- A1 = orange B1: ________ A2 = apple B2:_________ WorkSheet 2:- A8 = orange B8: very juice A14=Apple B14: crispy What I would like to do is SEARCH column A of WorkSheet 1 in this example A1= Orange so I would want the formula to SEARCH and FIND "Orange" in Column A of WorkSheet 2 and then put its (WorkSheet 2) Column B Value in the Column B of Worksheet 1 Similasrto whats shown below WorkSheet 1:- A1 = orange B1: ________after search will be "very juice" A2 = apple B2:_________ after search will be "crispy" WorkSheet 2:- A8 = orange B8: very juice A14=Apple B14: crispy Thanks in Advance Edwin Mashiringwani |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
Try this: =VLOOKUP(A1,Sheet2!A$8:B$14,2,0) Copy down as needed. Biff "Edwin Mashiringwani" wrote in message ... Hi All I have two worksheets with a common value like what follows WorkSheet 1:- A1 = orange B1: ________ A2 = apple B2:_________ WorkSheet 2:- A8 = orange B8: very juice A14=Apple B14: crispy What I would like to do is SEARCH column A of WorkSheet 1 in this example A1= Orange so I would want the formula to SEARCH and FIND "Orange" in Column A of WorkSheet 2 and then put its (WorkSheet 2) Column B Value in the Column B of Worksheet 1 Similasrto whats shown below WorkSheet 1:- A1 = orange B1: ________after search will be "very juice" A2 = apple B2:_________ after search will be "crispy" WorkSheet 2:- A8 = orange B8: very juice A14=Apple B14: crispy Thanks in Advance Edwin Mashiringwani |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I copy a graph and use the data in the new worksheet? | Charts and Charting in Excel | |||
Excel 2003, Convert EXISTING Worksheet Data to XML? | Excel Discussion (Misc queries) | |||
Pasting data without the worksheet automatically delimiting it? | Excel Discussion (Misc queries) | |||
Inserting Filtered RC cell information into other worksheets | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions |