Link to home
Start Free TrialLog in
Avatar of mcrmg
mcrmg

asked on

URL in SQL

Hi,

I am displaying url in the output of a query. Is there a way to show "actual" links when I copy and paste to an excel file? thanks
ASKER CERTIFIED SOLUTION
Avatar of Martyn Spencer
Martyn Spencer
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mcrmg
mcrmg

ASKER

yes, this works. thank you
Excellent. Just to correct my solution, the code block should have read
=HYPERLINK("url")

Open in new window

I am not sure how I managed to pick up a spurious ( character.
Avatar of mcrmg

ASKER

That is okay...thanks again...