3

In my excel sheet I am creating URLs by concatenating the content of various cells.

The formula in D2 is =CONCATENATE("http://",A2,".",B2)

enter image description here

The problem I have is that the resulting URL is not seen as a hyperlink, and I have to manually copy, paste as value and then configure the hyperlink to make it work.

Is there a way to let excel recognize it as a URL and make it immediatly clickable?

1 Answer 1

4

In D2 enter:

=HYPERLINK(CONCATENATE("http://",A2,".",B2),CONCATENATE("http://",A2,".",B2))

(you can now replace the second argument with a "user friendly" label)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.