Thread: HYPERLINK
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default HYPERLINK

Great question!

Say we have in C1 thru C6:

cnn
abc
cbs
fox
nbc
bbc

and a data validation pull-down in B1. In A1 enter:
=HYPERLINK("http://www." & B1 & ".com")

So basically the hyperlink is defined by what you pull down.
--
Gary''s Student - gsnu200800


"bgkgmg" wrote:

Can I create a HYPERLINK from a drop-down list?

Thanks
Bobby