Hey everyone. I'm hitting my head against a wall and could use your collective help. I need to create hyperlinks to 200 tickets from our company's OSS. I want to put the link to that ticket, via the ticket name, in a spreadsheet. I can't figure out how to copy the results of a hyperlink function into another spreadsheet because the hyperlink function is referencing other cells due to a concatenation. I've pasted a portion of my sheet below and attempted to explain what is in each of my columns below. Any help you can offer is greatly appreciated.
Column A: URL (always the same)
Column B: Ticket #
Column C: Concatenates the URL with the ticket number because combined, that is the full URL to get to each ticket
Column D: Hyperlink formula (eg: =HYPERLINK(C2,B2)
I need to be able to take the data in Column D and paste it into another spreadsheet so that when it is pasted, it shows the hyperlinked ticket number.
Thanks in advance.
Column A: URL (always the same)
Column B: Ticket #
Column C: Concatenates the URL with the ticket number because combined, that is the full URL to get to each ticket
Column D: Hyperlink formula (eg: =HYPERLINK(C2,B2)
Hyperlinks in Excel Help 2023.04.17.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | URL | Ticket # | Concatenate | HyperLink | ||
2 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437782 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437782 | 1437782 | ||
3 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437783 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437783 | 1437783 | ||
4 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437784 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437784 | 1437784 | ||
5 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437785 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437785 | 1437785 | ||
6 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437786 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437786 | 1437786 | ||
7 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437787 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437787 | 1437787 | ||
8 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437788 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437788 | 1437788 | ||
9 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437789 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437789 | 1437789 | ||
10 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437790 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437790 | 1437790 | ||
11 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number, | 1437791 | https://dashboards.fake.domain/sites/ticket-info.aspx?id=14&page=1¶m=number,1437791 | 1437791 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2:C11 | C2 | =CONCATENATE(A2,B2) |
D2:D11 | D2 | =HYPERLINK(C2,B2) |
I need to be able to take the data in Column D and paste it into another spreadsheet so that when it is pasted, it shows the hyperlinked ticket number.
Thanks in advance.