Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Hyperlink with Cell Parameter

Cyril Maurer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 26, 2018

Hi 

I would like to create an Excel Table where I have cells with different content. 

With this content I would like to have a linkt to the search with the values of the cells.

For example:

 

https://jira.com/issues/?jql=text%20~%20%22(Value from CellA1)%22

 

Does anyone has an idea how to do that?

 

Thank you,

Cyril

1 answer

0 votes
RianS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 26, 2018

Looks like this can be done pretty easily. You can look at this link for more information. It basically involves using the HYPERLINK() function and you structure it like this:

=HYPERLINK("https://www.google.com/search?q="&A1&"&oq="&A1")

This will turn into the following assuming cell A1 has the value "Search Term",

https://www.google.com/search?q=Search Term&oq=Search Term

You can put a function around the cell such as SUBSTITUTE(A1, " ", "%22") to replace any spaces in the cell value with the url friendly character.

Cyril Maurer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 26, 2018

Thank you very much.

I was really close but I the "& was missing.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events