I am looking to concatenate my address, city, state, zipcode columns and then turn that concatenated column into a location column. Is there an app that can help with this? I do not know of a way to turn the Formula column into another column type and you cannot copy the formula column information into another column.
Thanks,
Charlie
Hi @Charlie_F - in order to update the location column in monday you need the geographic coordinates.
We have completed these kinds of updates in the past for clients through a simple make.com script utilizing the Google Maps module, passing in the street address, city, state, zip. The coordinates are returned which can be updated back in monday to populate the location column:
Hello, thanks for sharing. But, this is to only update a specific item, correct? This does not update an entire column, right? This would require some type of array logic.
Hey @Charlie_F - it depends on how you want it handled. Is it a one-time update for all items on a board or should it be triggered as needed? Either situation can be managed via make.com easily.
Hi there! You can easily concatenate your address, city, state, and zipcode columns in Excel using the CONCATENATE function or the & operator. Here’s a quick formula you can use: compass dollar tree
=A2 & ", " & B2 & ", " & C2 & " " & D2
This will combine the values from columns A, B, C, and D into a single location column. After that, you can copy the concatenated results and use “Paste Special” to paste them as values into a new column.
If you’re looking for an app, Excel or Google Sheets are great tools for this task.