Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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