I have a column of URLs with hidden URL values (meaning that when you click on it you are redirected to the real website e.g. www.disney.com):
Cell example:
=HYPERLINK("https://www.example.com/go.php?website=128660","https://www.example.com/go.php?website=128660") I need to visit each link manually to get the real URL and put it in the cell next to it.
What is the best way to automate this process?
