49
15
I have a spreadsheet with a large number of cells containing hyperlinks with display text different than the hyperlink location
ie:
cell location: A1
display text = "Site Info"
hyperlink location = "http://www.mylocation.com"
Is there an excel formula that allows me to access the text string of the hyperlink location?
Ideally it would look like this:
FORMULA(A1) = "http://www.mylocation.com"
1Actual hyperlinks (Insert>>Hyperlink) or hyperlinks using
=HYPERLINK()
? – None – 2013-05-09T00:06:04.553Does it have to be a formula? There are lots of VBA solutions. – CharlieRB – 2013-05-09T14:03:57.670