Can you post a screenshot of the block diagram that you're imagining? I do not know what terminals you're wanting to see added to the Concatenate node from the text description.
The Array to Spreadsheet String function is good, but only if you put everything into an array first. Plus then you're stuck with strings. 😛
You'd probably be better off with Format Into String. It's much more powerful than concatenate, and will take up much less block diagram real estate when merging more than, say, 5 strings together. If you're concatenating many strings together, this is the way to go. Compare:
There's a potential 'gotcha' when using Array to Spreadsheet String - as long as you're aware, you won't be caught off guard. The 'Format Into String' is not inherently scalable like 'Array to Spreadsheet String', but it's a nice solution if your strings are clustered or coming from multiple scalar sources.
Any idea that has not received any kudos within a year after posting will be automatically declined.