Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi
Id appreciate any advice on this lookup issue please. Basically I have 2 worksheets in a workbook. Both have the same data in column D, and I would like to set a lookup in Sheet 1, to look into Sheet 2 and where column D data matches in each sheet return the Value from Sheet 2 column H into a new cell in Sheet 1. Does this make sense? Im sure it should be a simple task, but so far Ive not had any luck. Thanks in advance. |
#2
![]() |
|||
|
|||
![]()
=vlookup(d2,Sheet2!$D$1:$H$1000,5,False)
That should look in D1 to H1000 (change as necessary), find the value from this worksheet's cell D2, and return the 5th column (H) value from sheet2. The false means to find the exact value, and not a "close" value. Reference: http://www.officearticles.com/excel/...soft_excel.htm ************ Anne Troy www.OfficeArticles.com "JaB" wrote in message ... Hi Id appreciate any advice on this lookup issue please. Basically I have 2 worksheets in a workbook. Both have the same data in column D, and I would like to set a lookup in Sheet 1, to look into Sheet 2 and where column D data matches in each sheet return the Value from Sheet 2 column H into a new cell in Sheet 1. Does this make sense? Im sure it should be a simple task, but so far Ive not had any luck. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Display Problem | Excel Discussion (Misc queries) | |||
Problem with Array Formulas and ISNUMBER | Excel Worksheet Functions | |||
Freeze Pane problem in shared workbooks | Excel Discussion (Misc queries) | |||
Row Autofit problem Excel 2003 | Excel Discussion (Misc queries) | |||
Paper Tray selection Problem, | Excel Discussion (Misc queries) |