View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Debra Dalgleish Debra Dalgleish is offline
external usenet poster
 
Posts: 2,979
Default Dynamic Data Validation List

You can use an OFFSET formula to create the data validation list. For
example, if Post Codes are in column A, and locations are in column B,
select to Allow: List, the enter this formula in the Source box:

=OFFSET($A$1,MATCH(D2,$A:$A,0),1,COUNTIF($A:$A,D2) ,1)

where the selected Post Code is in D2

Ken G. wrote:
I want to be able to enter a Post Code (Zip Code) in a cell and then using
the Vlookup function find the first occurence of that in the post code list
(sorted by code), then find the last occurence, and use these two values as
the start end end points for a data validation list so that the user can
select the desired location from the list of locations having the same post
code.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html