I have a long column of data, containing a different number in each row and I want each number to be in a hyperlink that remains static exept for the value of the number.
for example
c1 = 356
c2 = 886
c3 = 936
c4 = 387
if the address is http://example.com/example.php?page=internet&var2=XXX
where the xxx is one of the numbers from each row, I am wondering if I can somehow autofill so each number has a hyperlink attached to it in the document, leading to the correct address for example in c1 you would just see the number 356 hyperlinked, and the adress would be http://example.com/example.php?page=internet&var2=356
Bookmarks