PIN Location Hyperlink display text - commas or points
When GPS pin locations are being recorded some of the hyperlinks display texts are recorded with commas (-xx,xxxxxx xx,xxxxxx) and other are recorded with points (-xx.xxxxxx xx.xxxxxx).
How do I standardize the display text format.....or how do I change hyperlink display text commas to points in bulk or automatically?
Best Answers
-
Hi @DonaldW
You can use a SUBSTITUTE Function to automatically replace any commas with point, or vice versa, depending on how you want it displayed.
Ex:
=SUBSTITUTE([Column Name]@row, ",", ".")
However keep in mind if your column that's recording this data has them as Hyperlinks, this will only adjust the Display Text with your formula in the new column, it won't be able to bring over the link as well.
In this instance, you'll need to adjust how your data is being entered into Smartsheet and standardize the format before it's entered into the cell.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi
Had to do two substitutions as the first substitution kept the commas.
In the end I have a workable solution
Thank you
Answers
-
Hi @DonaldW
You can use a SUBSTITUTE Function to automatically replace any commas with point, or vice versa, depending on how you want it displayed.
Ex:
=SUBSTITUTE([Column Name]@row, ",", ".")
However keep in mind if your column that's recording this data has them as Hyperlinks, this will only adjust the Display Text with your formula in the new column, it won't be able to bring over the link as well.
In this instance, you'll need to adjust how your data is being entered into Smartsheet and standardize the format before it's entered into the cell.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi
Had to do two substitutions as the first substitution kept the commas.
In the end I have a workable solution
Thank you
-
Thank you, works well
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives