I think I have this working, but it seems a little clunky. Just wondering if there is a simpler way to get this done.
I have a list of product SKUs on a Summary sheet and I want to create hyperlinks for each SKU to go to the SKU cost detail worksheet (each one is simply named with the SKU #).
So it currently looks like this (columns A thru D, row 2 has the formulas)...
A __ B___________ C____________________ D____________
SKU FilePath\Name Concatenate(B2,A2,"!B5") =Hyperlink(C2,A2)
When a customer clicks on a SKU in the summary they go to cell B5 on the SKU cost detail sheet. This seems to work, but again it seems a little awkward.
I believe I need to use the Hyperlink formula because there can be 50 or more SKUs, so right clicking to create hyperlinks is not a realistic option. The filepath\name should always be the active workbook so is there a shorter way to make this work in the hyperlink formula?
Or is there just a better way to create these hyperlinks? Thoughts and comments greatly appreciated, thank you!
I have a list of product SKUs on a Summary sheet and I want to create hyperlinks for each SKU to go to the SKU cost detail worksheet (each one is simply named with the SKU #).
So it currently looks like this (columns A thru D, row 2 has the formulas)...
A __ B___________ C____________________ D____________
SKU FilePath\Name Concatenate(B2,A2,"!B5") =Hyperlink(C2,A2)
When a customer clicks on a SKU in the summary they go to cell B5 on the SKU cost detail sheet. This seems to work, but again it seems a little awkward.
I believe I need to use the Hyperlink formula because there can be 50 or more SKUs, so right clicking to create hyperlinks is not a realistic option. The filepath\name should always be the active workbook so is there a shorter way to make this work in the hyperlink formula?
Or is there just a better way to create these hyperlinks? Thoughts and comments greatly appreciated, thank you!