Excel | Adapt Hyperlink Formula -


iv'e searched , found here on stackoverflow within thread, snippet of code posted comment user:1532334 works wish achieve, seek adapt row part of formula capture coulmn1=seq no instead of row number , appreciate assistance.

rows: b1=seq no, b2=code snippet below, b3= address

code:

=(hyperlink(indirect(address(row(),column()+1)),"link" & row())) 

b2 result= "link" & b1

there might simpler way this, i've used address , indirect functions reference column value of row formula in, similar how had hyperlink address feeding in.

=(hyperlink(indirect(address(row(),column()+1)),"link " & indirect(address(row(),1)))) 

when find new formulas on internet, try breaking them down , understanding how work. you'll pretty @ excel in no time @ all.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -