TEXTJOIN Function
What is the TEXTJOIN Function? The TEXTJOIN Function joins text from two or more strings together with a delimiter separating each value. Introduced in MS Excel 2016, TEXTJOIN is categorized as an Excel String/Text function. Formula =TEXTJOIN(delimiter, ignore_empty, text1, [text2], …text_n) The TEXTJOIN function uses the following arguments: Delimiter (required argument) – The string that…