A suggestion for your formula,
since you are already showing the URL in cell A2, you can
simply show something like [x] or [link] in your cell with the Hyperlink formula.
=HYPERLINK(A2,"[link]")
or possibly like
=HYPERLINK("http://" & A2, "[x]")
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> Hi,
>
[quoted text clipped - 4 lines]
> In B2, enter the formula: =HYPERLINK(A2,A2)
> Fill down along the data.