Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to pull the info from one workshhet into another. I want to be
able to type in the line number in a specific cell and then in my 2nd worksheet have all the information from the line item go into the correct cells on the 2nd sheet thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if this helps:
http://contextures.com/xlFunctions02.html -- Biff Microsoft Excel MVP "Pam" wrote in message ... I am trying to pull the info from one workshhet into another. I want to be able to type in the line number in a specific cell and then in my 2nd worksheet have all the information from the line item go into the correct cells on the 2nd sheet thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In that case, the "pulling" has to be done from sheet2
Assuming line item is in column A of sheet1 and info is in Column B and C In A1 of sheet2 type the item number. In B1 enter =VLOOKUP(A1,sheet1!$A$1:$C$100,2,FALSE) In C1 enter =VLOOKUP(A1,sheet1!$A$1:$C$100,3,FALSE) If many columns you can enter this in B1 and copy across. =VLOOKUP(A1,sheet1!$A$1:$C$100,COLUMN(),FALSE) Gord Dibben MS Excel MVP On Tue, 20 Nov 2007 13:40:02 -0800, Pam wrote: I am trying to pull the info from one workshhet into another. I want to be able to type in the line number in a specific cell and then in my 2nd worksheet have all the information from the line item go into the correct cells on the 2nd sheet thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Break one line item into many... | Excel Worksheet Functions | |||
Automating a line item for several worksheets? | Excel Worksheet Functions | |||
Item numbers result in item description in next field in Excel | Excel Worksheet Functions | |||
How do you create an Excel Gantt chart with double bar per line item ? | Excel Worksheet Functions | |||
deleting line item in import function causes REF# error | Excel Worksheet Functions |