Excel a while back added a new function TEXTJOIN which is sort of an enhanced concatenate function. Any chance of getting a similar function added to EasyMorph? A good use example would be creating, say, a keyword column from values in other columns that need to be separated by a delimiter. Yes, this can be done using [Col1] & “, “ & [Col2] & “, “ & [Col3]. But if [Col2] is empty, this results in extra unwanted delimiters:
Thanks for that solution. I should have mentioned that I already have a work-around that I use, but it’s frustratingly cumbersome. I find TEXTJOIN to be such a simple and elegant solution in Excel– in EasyMorph it would require just one action with a simple formula– that I was hoping you may be interested in adding a similar function to EasyMorph.