I have an excel sheet with two columns of data. Column A includes a CustomerID and column B a URL adress.
I have the customer ID I need to find in a string and need to open the relevant URL in Excel. What is the easiest way for me to find the CustomerID in excel and execute the URL?
Appreciate it if you can point me in the right direction or to a topic that’s already dealt with this.