Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Create Excel hyperlink formula in Alteryx

PrMc
6 - Meteoroid

I would like to include the Excel hyperlink formula e.g. "=(https://www.google.com/maps/@53.453595,-2.7804529,16.75z,"store)" in to Alteryx so when the output is pasted within Excel. the formula with the hyperlink is already created.

 

The Lat and Longs will be changing depending on the record.

 

when I have tried this it does not work.

"=" && "HYPERLINK" &&"("&&"https://www.google.com/maps/@"+[Latitude]&&","&&[Longitude]+"z"&&","+"Store"+")"

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @PrMc 

 

Here is how you can do it. You need reporting tools for this.

Workflow:

atcodedog05_0-1631273186699.png

 

1. Using formula tool to create the hyperlink.

2. Using report text tool to link the formula.

 

Hope this helps : )

Labels
Top Solution Authors