I have a one-column table, "Table A", which has product names in. Depending on the product that a user selects in that table, I would like to hyperlink to another table that has more details about the project.
There are 20 products and each of these has a seperate details table
What I would like in Table A is to add another column to the right and on each row it would say "Go To Details" then if the user clicks on this cell, they will be taken to the relevent product details table for the relevent product.
For example, cell A4 of Table A might contain Product D, so if the user clicks on cell B4, they will hyperlink to the details table for Product D.
One problem is that I cannot use a macro - the company the users work for won't allow VBA code.
Can a hyperlink be based on a "conditional" value?
Can anyone help?
Thanks,
MikeG
There are 20 products and each of these has a seperate details table
What I would like in Table A is to add another column to the right and on each row it would say "Go To Details" then if the user clicks on this cell, they will be taken to the relevent product details table for the relevent product.
For example, cell A4 of Table A might contain Product D, so if the user clicks on cell B4, they will hyperlink to the details table for Product D.
One problem is that I cannot use a macro - the company the users work for won't allow VBA code.
Can a hyperlink be based on a "conditional" value?
Can anyone help?
Thanks,
MikeG