Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
CL
 
Posts: n/a
Default How do I use drop down list selections/values in a vlook up formu.

How do I use drop down list selections/values in a vlook up formula?

What I want to to do is when some one makes a selecton from a down list, my
vlook up formula will look up this value in a source and return another value

  #2   Report Post  
Gary Rowe
 
Posts: n/a
Default

Use data validation for the lookup and set your vlookup formula to refer to
that value: Say you had an array of of two columns and several rows with
items in column A and prices in column B. In the cell you want your user to
enter information select data, validation and then select the list option and
for the list select the items in column A of your array. In the cell you
want the information returned to use the vlookup function to look up the
price based on the item selected, vlookup(array,column#).
Gary

"CL" wrote:

How do I use drop down list selections/values in a vlook up formula?

What I want to to do is when some one makes a selecton from a down list, my
vlook up formula will look up this value in a source and return another value

  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

CL

Assuming DV drop-down cell is A1 and contains a list of items to pick from.

Assuming your source table is B1:C10 and column B contains items from the
drop-down list.

In D1 enter =VLOOKUP(A1,B1:C10,2,FALSE) to return what is in Column C

For more on this(with pictures) see Debra Dalgleish's site.

Note the use of named ranges if using another sheet for the DV list source.

http://www.contextures.on.ca/xlDataVal01.html

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben Excel MVP

On Wed, 19 Jan 2005 14:01:02 -0800, "CL" wrote:

How do I use drop down list selections/values in a vlook up formula?

What I want to to do is when some one makes a selecton from a down list, my
vlook up formula will look up this value in a source and return another value


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
How to change fonts in drop down list Dennis Excel Discussion (Misc queries) 1 January 12th 05 01:49 PM
formatting drop down list dennis Excel Discussion (Misc queries) 2 January 11th 05 04:21 PM
How do you create a drop down list? Aviator Excel Discussion (Misc queries) 2 December 28th 04 03:07 PM
edit a drop down list paulp Excel Discussion (Misc queries) 1 December 22nd 04 03:20 PM
Drop dow list complication Ryan Excel Discussion (Misc queries) 2 December 16th 04 07:49 PM


All times are GMT +1. The time now is 03:36 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"