Making a field value append a hyperlink

6

68jcode

I have a field called "Case#" used to capture a number that represents a
support case number. Simple enough. I would like to have this field
hyperlinked to a URL string and append the value of the cell contents in
order to link directly to the support case that the number represents. For
example:

Cell A1=6895
The URL string is: https://www.support.acme.com/support/callDetail.php?call=
I want the case number field to auto hyperlink to:
https://www.support.sepaton.com/support/callDetail.php?call=6895

So the value in the case# cell is appended to the URL automatically. Is
this possible without writing code?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top