Hello All,
I cannot find and information on this, maybe I am not searching it correctly, but I decided to make an account ask you smart folks.
I have a large excel file that I am working on and have many hyperlink formulas added in (my links often break using the excel hyperlink function that is built in, that is why I use the formula) referencing different tabs within the file.
An example of a back hyperlink I have: =HYPERLINK("#Sheet1!U"&MATCH($A1,Sheet1!$A:$A,0),"Back")
This links back to a cell (in column U, Sheet1) that corresponds to the same part # in column A of the sheet the formula is in.
My problem is since the specification "#Sheet1!U" is in quotations, it is an absolute refence, and the formula does not adjust if the cell moves (say if I remove a column in sheet1, the cell I want to reference will now be in column T, but the formula will still reference U). To my knowledge the quotations cannot be removed.
I have a lot of these hyperlinks and it would be a pain to change them everytime I remove a column, etc. Any help would be appreciated, maybe another formula will be better or a VBA? Thanks for your time.
I cannot find and information on this, maybe I am not searching it correctly, but I decided to make an account ask you smart folks.
I have a large excel file that I am working on and have many hyperlink formulas added in (my links often break using the excel hyperlink function that is built in, that is why I use the formula) referencing different tabs within the file.
An example of a back hyperlink I have: =HYPERLINK("#Sheet1!U"&MATCH($A1,Sheet1!$A:$A,0),"Back")
This links back to a cell (in column U, Sheet1) that corresponds to the same part # in column A of the sheet the formula is in.
My problem is since the specification "#Sheet1!U" is in quotations, it is an absolute refence, and the formula does not adjust if the cell moves (say if I remove a column in sheet1, the cell I want to reference will now be in column T, but the formula will still reference U). To my knowledge the quotations cannot be removed.
I have a lot of these hyperlinks and it would be a pain to change them everytime I remove a column, etc. Any help would be appreciated, maybe another formula will be better or a VBA? Thanks for your time.