ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   how do I insert a cell value in a hyperlink formula (https://www.excelbanter.com/new-users-excel/170136-how-do-i-insert-cell-value-hyperlink-formula.html)

maijik

how do I insert a cell value in a hyperlink formula
 
I need to insert a value from another cell in the same spreadsheet say B2 to
replace nnnnnn in the following hyperlink and have tried &B2, "B2","&B2&"
!B2, =B2, nothing seems to work. Any ideas? Thanks in advance.

http://domweb21.bank.net/apps/ecms/C...&Annnnnn&ANorm

Dave Peterson

how do I insert a cell value in a hyperlink formula
 
Maybe...
=HYPERLINK("http://domweb21.bank.net/apps/ecms/CCAApp.nsf/wwwApprLkup?"
&"ReadForm&Multi=No&NextStep=Close&ATxCrNum&A"&B2& "&A"&B2&"&Anorm","click me")

If that value in B2 has to be formatted, you may want something like:

=HYPERLINK("http://domweb21.bank.net/apps/ecms/CCAApp.nsf/wwwApprLkup?"
&"ReadForm&Multi=No&NextStep=Close&ATxCrNum&A"&tex t(B2,"0000")
&"&A"&text(B2,"0000")&"&Anorm","click me")

maijik wrote:

I need to insert a value from another cell in the same spreadsheet say B2 to
replace nnnnnn in the following hyperlink and have tried &B2, "B2","&B2&"
!B2, =B2, nothing seems to work. Any ideas? Thanks in advance.

http://domweb21.bank.net/apps/ecms/C...&Annnnnn&ANorm


--

Dave Peterson


All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com