I am looking to enter Amazon order numbers into a Google Sheet such as the following 123-1234567-1234567
What I then want is for the cell to automatically become a hyper link with the following format:
I am aware I could enter the tracking number into a cell, and then have the cell next to it show this link using CONCAT, However I am looking for the cell that I enter the ornder number into, to automatically change itself to a hyperlinked version (with the https://www... prepended)
For example, I click on an empty cell. I enter 123-1234567-1234567. The cell then automatically becomes =hyperlink("https://www.amazon.co.uk/gp/your-account/order-details/ref=ppx_yo_dt_b_order_details_o00?ie=UTF8&orderID=123-1234567-1234567", "123-1234567-1234567")
Thanks in advance.