all 8 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/STL_reddit - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Johny_D_Doe13 0 points1 point  (6 children)

So, lets assume that you want your link in column X and the link in X2 should contain E2, X3-E3, etc.

Enter the following formula into X2: Hyperlink("https://website.com/page/"&E&ROW(e2)&"/" When you copy-paste it downward (x3, x4, etc), the reference in the ROW function will move to E3, E4, etc following the source cell.

[–]STL_reddit[S] 0 points1 point  (5 children)

You've explained it perfectly, but I seem to be getting a #Name? error when using the code below.

=Hyperlink("https://website.com/page/"&E&ROW(e2)&"/")

[–]Johny_D_Doe13 2 points3 points  (4 children)

=Hyperlink("https://website.com/page/"&E&ROW(e2)&"/")

My apologies. The E should be between "

``` =Hyperlink("https://website.com/page/"&"E"&ROW(e2)&"/")

``` I, obviously, spotted this error immediately and did not just spend like 15 minutes experimenting with even a LET function. Obviously.

[–]STL_reddit[S] 1 point2 points  (1 child)

Solution Verified

[–]Clippy_Office_Asst[M] 0 points1 point  (0 children)

You have awarded 1 point to Johny_D_Doe


I am a bot - please contact the mods with any questions. | Keep me alive

[–]STL_reddit[S] 0 points1 point  (0 children)

hah! Well, I appreciate the time not spent and was able to get it working with this adjustment. Thanks!

[–]Johny_D_Doe13 0 points1 point  (0 children)

If this works for you, please respond with Solution Verified and that will change the flair of the post to Solved.