Add an hyperlink to a ticket number with a formula in an excel report
I usually put a link in my report to open in a quick and easy way a ticket, it can be an incident, a problem, a change request, etc. so instead to open the ticketing tool, from my excel, I just have to click on the number and it will do automatically. It is very useful when I have to open for instance 10 tickets. Of course, the ticketing tool should allow it, I mean open a ticket from an external source.
When I use the formula ?
To create a link to open an incident ticket from excel.
How to use the formula ?
The formula in this topic is with "," so depending of the operating system of your PC, the formula should have ";" instead of ",".
How is/are the formula(s) ?
=HYPERLINK()
Put this formula:
=HYPERLINK("https://www.itilreporting.com/"&A2)
I can put the ticket number instead of the cell reference so I just have to replace A2 by for instance 5. In case if I want to put a name or a comment to the link, use this one:
=HYPERLINK("https://www.itilreporting.com/"&A2,"click here")
Interesting Topics
-
Be successfully certified ITIL 4 Managing Professional
Study, study and study, I couldn’t be successfully certified without studying it, if you are interested...
-
Be successfully certified ITIL 4 Strategic Leader
With my ITIL 4 Managing Professional certification (ITIL MP) in the pocket, it was time to go for the...
-
Hide visual and change background color based on selection
Some small tricks to customize the background colour of a text box...
-
Stacked and clustered column chart or double stacked column chart
In excel, I use a lot the combination of clustered and stacked chart...