View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default hyperlinked drop-down entries

With regard to tiered or dependant dropdowns, see:

http://www.contextures.com/xlDataVal02.html

Let's say we have created the region dropdown in A1 and the state dropdown
in B1. It may not be "clickable". If it is not clickable, then in C1 enter:

=HYPERLINK(B1)

This will produce a nice clickable link.
--
Gary''s Student - gsnu200723