Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to get data from one line on a worksheet to match the entry on a drop
down list from another worksheet with values changing according to the name on the drop down list. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This will return the value in A1 of Sheet2: =Sheet2!A1
This will do a lookup or the value in A1 of sheet1 in the table on sheet2 and return the item from column 2 =VLOOKUP(A1,Sheet2!A1:B10,2,0) best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "sriddle" wrote in message ... I need to get data from one line on a worksheet to match the entry on a drop down list from another worksheet with values changing according to the name on the drop down list. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you so much, that really got me going in the right direction
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy from B worksheet to A worksheet with NO repeated data | Excel Discussion (Misc queries) | |||
how do I link data in an excel worksheet to another worksheet? | Excel Discussion (Misc queries) | |||
Using a Worksheet Form to add data to a separate worksheet databas | Excel Worksheet Functions | |||
Using a column of data from 1 worksheet to extract data from another worksheet | Excel Worksheet Functions | |||
Automatically pasting worksheet data to new worksheet with formulas | Excel Worksheet Functions |