THANK YOU! I’ve definitely a novice, but have been futzing around for an hour or two trying to create a column that will search Google Maps, using several of my fields as parameters. I couldn’t figure out how to either strip out the spaces (i.e. change “Vintage Vinyl” into “VintageVinyl”) or replace them with a “+” (i.e. change “Vintage Vinyl” into "Vintage+Vinyl) so they would work in a search. With your help, I made a formula that works! I couple this with a google link (which I can’t include here for some reason):
SUBSTITUTE(Store, " ", “+”) & SUBSTITUTE(Town, " ", “+”) & {State}