Concatenate A Range Of Cells Separated By A Comma?

I have a range of cells I am looking to combine into one cell, with all the values separated by a comma. I've seen some VBA that can do this, but I'm wondering if there are any functions in SEOTools which can do this. Can this be done with something like the "Format" function?

You're looking for StringJoin.

Thanks again, I couldn't remember where I saw that before in the list of functions.

I just noticed, I don't see StringJoin listed anywhere within the Excel menu for SEOTools. Shouldn't it be listed under "Strings"?

Thanks for spotting that. Will add it in next version.