Use following formula. Here simply concatenating cell value with URL
then concatenate 1!
. Use Hyperlink()
formula to make hyperlink.
=HYPERLINK("https://in.tradingview.com/chart/?symbol=NSE:" & A1 & "1!",A1)
To replace &
and -
by underscore _
use below SUBSTITUTE()
formula.
=SUBSTITUTE(SUBSTITUTE(A1,"&","_"),"-","_")
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…