Hi All,
I have a large Excel spreadsheet with URL's to be imported into my web server. I need to change just the display text of the URL's to upper case.
Example
From: <a href="//ctparts.com/catalogsearch/result/?q=ct0201csf" alt="ct0201csf">ct0201csf</a>
To: <a href="//ctparts.com/catalogsearch/result/?q=ct0201csf" alt="ct0201csf">CT0201CSF</a>
Can I do this easily with a formula in a new column?
Thanks!
ASKER