URLs Sample
A:https://stackoverflow.com/questions/ask?a=""
B:https://stackoverflow.com/questions/ask?b=""
C:https://stackoverflow.com/questions/ask?c=""
A B C
1 AA10002143 BBANZIEC CC123415
2 AA21001234 BBCSKAUD CC123556
3 AA11231214 BBKLKFSH CC134564
I need a formula that combines a cell's value and text string that will complete a URL within the HYPERLINK
function. I tried the following formula, but it won't work:
=HYPERLINK([https://stackoverflow.com/questions/ask?c="]Sheet1!C1&["],C1)
Any help is gladly appreciated.