Forum Moderators: phranque

Message Too Old, No Replies

Hyperlink in Excell

Is this possible!

         

union_jack

8:58 am on Apr 27, 2004 (gmt 0)

10+ Year Member



In column A is a product name and in column B is a Hyperlink to the product page,

How do you merge the two to get a product name with the hyperlink?

There is over a 1000 so I am looking for a quick fix?

ukgimp

9:13 am on Apr 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[simply-access.com...]

This principle should help

union_jack

9:18 am on Apr 27, 2004 (gmt 0)

10+ Year Member



cheers :)

union_jack

9:50 am on Apr 27, 2004 (gmt 0)

10+ Year Member



Can this be done in Excell or does it have to be in Access for this to work?

SuzyUK

10:04 am on Apr 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In Excel..

in C1 the formula

=HYPERLINK(B1,A1)

where B1 is the link and A1 is the friendly/Product name

Is that it?
Suzy

union_jack

10:23 am on Apr 27, 2004 (gmt 0)

10+ Year Member



That's the one, I love you Suzy.. but don't tell the wife :)

ukgimp

10:43 am on Apr 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you learn something new. Did not know about the hyperlink function.

Cool.