Hello
My data has a url column [Url] that looks like this
=HYPERLINK("http://www.amazon.com/Vornado-Replacement-AQS500-Purifier-filters/dp/B000YDJNQA", "http://www.amazon.com/Vornado-Replacement-AQS500-Purifier-filters/dp/B000YDJNQA")
How would I write the formula in the query builder to extract only http://www.amazon.com/Vornado-Replacement-AQS500-Purifier-filters/dp/B000YDJNQA
It would begin ItemUrl:
Thanks