ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I get multiple data returns from one drop down box? (https://www.excelbanter.com/excel-discussion-misc-queries/116287-how-do-i-get-multiple-data-returns-one-drop-down-box.html)

Tracey

How do I get multiple data returns from one drop down box?
 
I have one drop down list with our product names and would like to have 2-3
other types of information on each product returned to other cells in the
spreadsheet.

Dave Peterson

How do I get multiple data returns from one drop down box?
 
If you build a table with all the info to return, you could use =vlookup() to
retrieve that other info:

=if(a1="","",vlookup(a1,sheet2!a:e,2,false))
to get the assocated value in column B.

Tracey wrote:

I have one drop down list with our product names and would like to have 2-3
other types of information on each product returned to other cells in the
spreadsheet.


--

Dave Peterson


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com