S
Same Guy
I have an Excel workbook (database) with three sheets.
The first sheet is an index with hyperlinks to cells in the other two
sheets. The hyperlinks are to alphabetical indexes ex:
A
144 Snakes
145 T
146 Truffles
147 Turtles
'A' is the column and the numbers are the row numbers.
I noticed that when I deleted a row on the second sheet, that the
hyperlinks below that row stayed fixed to the cell to which I had
assigned
then and didn't shift up with the value to which I had intended the cell
to
link.
Using the above example:
If I had a hyperlink to A145, or T since it is an index point, and I
deleted A144, then my hyperlink would still point to A145 or 'Truffles'
and
not to 'T' as I would like it to.
How do I code the hyperlinks to point to the value in the cell and not
the
cell itself?
Since I'm trying to index my database, is there an easier way to do this
instead of creating individual hyperlinks to each alphanumeric index
cell?
If this doesn't make any sense, please let me know and I will try to
explain in a better fashion.
Thank you for your time.
The first sheet is an index with hyperlinks to cells in the other two
sheets. The hyperlinks are to alphabetical indexes ex:
A
144 Snakes
145 T
146 Truffles
147 Turtles
'A' is the column and the numbers are the row numbers.
I noticed that when I deleted a row on the second sheet, that the
hyperlinks below that row stayed fixed to the cell to which I had
assigned
then and didn't shift up with the value to which I had intended the cell
to
link.
Using the above example:
If I had a hyperlink to A145, or T since it is an index point, and I
deleted A144, then my hyperlink would still point to A145 or 'Truffles'
and
not to 'T' as I would like it to.
How do I code the hyperlinks to point to the value in the cell and not
the
cell itself?
Since I'm trying to index my database, is there an easier way to do this
instead of creating individual hyperlinks to each alphanumeric index
cell?
If this doesn't make any sense, please let me know and I will try to
explain in a better fashion.
Thank you for your time.