#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pam Pam is offline
external usenet poster
 
Posts: 128
Default Line Item

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Line Item

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Line Item

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Break one line item into many... Tom Excel Worksheet Functions 2 August 7th 07 02:16 PM
Automating a line item for several worksheets? tpmax Excel Worksheet Functions 1 June 26th 07 03:56 AM
Item numbers result in item description in next field in Excel Cheryl MM Excel Worksheet Functions 1 February 20th 07 03:51 PM
How do you create an Excel Gantt chart with double bar per line item ? [email protected] Excel Worksheet Functions 1 October 10th 06 05:52 PM
deleting line item in import function causes REF# error Jen Excel Worksheet Functions 1 April 13th 06 02:24 AM


All times are GMT +1. The time now is 10:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"