Slightly related to:
https://community.smartsheet.com/discussion/release-2016-08-06-formula-argument-declaration-confusion
JOIN appears to be "vertically-centric", that is, designed more for joining text from a vertical range instead of a horizontal one.
I would like to cherry pick cells from the current row to JOIN into a longer string.
For example, forming a combined address from 4 different columns.
Unfortunately (imo), the JOIN command does not seem to let me develop the range of concern.
Easy if the four columns are contigous:
=JOIN([Address1]23:[Zip]23,"+")
but not so if they are not.
Is there some way to get the non-contiguous columns into the range?
If not, I would like to.
Craig