Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do i pull info from one worksheet to another?

I have a spreadsheet with 98 rows of common problems found while doing
physical surveys of commercial properties. Column 1 contains the item number
(1 - 98). Not all 98 items are found in any one store. How do I create a
report which will bring in the associated information to a blank sheet by
typing in an item number in column 1 (ex. 1, 3, 7, 8, etc.)? TKS

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default how do i pull info from one worksheet to another?

You can use VLOOKUP for this. If you have the Item number in A2 of
your Report sheet, then enter this formula in B2:

=VLOOKUP($A2,Problems!A$1:F$98,COLUMN(A1),0)

I've assumed that your 98 items are in a sheet called Problems in the
same workbook, and the data occupies A1:F98 - Adjust as necessary.
Copy the formula into adjacent cells C2:F2 to bring information from
your main table of data.

Hope this helps.

Pete

On Aug 1, 11:06 pm, cwjax wrote:
I have a spreadsheet with 98 rows of common problems found while doing
physical surveys of commercial properties. Column 1 contains the item number
(1 - 98). Not all 98 items are found in any one store. How do I create a
report which will bring in the associated information to a blank sheet by
typing in an item number in column 1 (ex. 1, 3, 7, 8, etc.)? TKS



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default how do i pull info from one worksheet to another?

Sorry, it should be COLUMN(B1) to get data from the second column.

Pete

On Aug 1, 11:20 pm, Pete_UK wrote:
You can use VLOOKUP for this. If you have the Item number in A2 of
your Report sheet, then enter this formula in B2:

=VLOOKUP($A2,Problems!A$1:F$98,COLUMN(A1),0)

I've assumed that your 98 items are in a sheet called Problems in the
same workbook, and the data occupies A1:F98 - Adjust as necessary.
Copy the formula into adjacent cells C2:F2 to bring information from
your main table of data.

Hope this helps.

Pete

On Aug 1, 11:06 pm, cwjax wrote:



I have a spreadsheet with 98 rows of common problems found while doing
physical surveys of commercial properties. Column 1 contains the item number
(1 - 98). Not all 98 items are found in any one store. How do I create a
report which will bring in the associated information to a blank sheet by
typing in an item number in column 1 (ex. 1, 3, 7, 8, etc.)? TKS- Hide quoted text -


- Show quoted text -



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
Pull info from other worksheets Barb Excel Discussion (Misc queries) 5 April 14th 06 02:16 PM
VBA to Pull info from 2 diff tabs from the same spreadsheet mike Excel Discussion (Misc queries) 0 December 7th 05 06:41 PM
How do I get MS Query to pull info from 3 different workbooks? Husker87 Excel Discussion (Misc queries) 0 May 6th 05 09:34 PM
How to pull some info into different sheet? jeffw Excel Worksheet Functions 1 May 4th 05 02:17 PM
How do I create a total sheet that will pull info from all my she. JulieD Excel Worksheet Functions 2 November 12th 04 08:44 AM


All times are GMT +1. The time now is 09:40 AM.

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

About Us

"It's about Microsoft Excel"