Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way would be to use VLOOKUP. Check the help index
-- Don Guillett Microsoft MVP Excel SalesAid Software "cwjax" wrote in message ... 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pull info from other worksheets | Excel Discussion (Misc queries) | |||
VBA to Pull info from 2 diff tabs from the same spreadsheet | Excel Discussion (Misc queries) | |||
How do I get MS Query to pull info from 3 different workbooks? | Excel Discussion (Misc queries) | |||
How to pull some info into different sheet? | Excel Worksheet Functions | |||
How do I create a total sheet that will pull info from all my she. | Excel Worksheet Functions |