A
A
Artem Morozov2020-07-09 08:52:04
excel
Artem Morozov, 2020-07-09 08:52:04

How to add a URL to a column with a formula?

Made gluing 3 columns using the "link" formula.

Task: to make the result clickable. I clicked on the link.

PS: It is important that the link is generated automatically when filling in the phone number.

You can do the same with Google Sheets.

5f06b0473e242618062666.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Grigory Boev, 2020-07-09
@artem-morozov

Use the HYPERLINK () and CONCATENATE () functions , or the & concatenation . You can additionally make a mass formula using ARRAYFORMULA ()

=ArrayFormula(ЕСЛИ(A1:A="";"";ГИПЕРССЫЛКА(A1:A&B1:B&C1:C)))

Demo table

O
Oleg, 2020-07-09
@Oleg_F

Wrap the concatenate formula in IF and HYPERLINK5f06b5f8eeaa0468097961.png

A
Alexander, 2020-07-09
@ForestAndGarden

Place your formula inside the HYPERLINK function.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question