Urgent help with autofil!

aj2001

New member
Joined
Jan 13, 2014
Messages
1
Reaction score
0
Points
0
hi all,

In column "B", i have a formula based hyperlink that transports the user to a certain sheet once clicked on, the formula is shown below.

=IF(Sub!A51 = "", "", HYPERLINK("#Sub!"&ADDRESS(MATCH(Main!A50, Sub!A:A,0),1)))

My spreadsheet also requires that you constantly add new rows, but once a new row is added, the last cell in column "B" always inconsistent with the column formula. please help and advise me on how to resolve this issue as quickly as possible. please remember that is has to automatically update by itself.

thank you so much!​
 
Is Main the sheet this formula is in? If so, try removing that name. e.g =IF(Sub!A51 = "", "", HYPERLINK("#Sub!"&ADDRESS(MATCH(A50, Sub!A:A,0),1)))
 
Back
Top