Hi everyone, I've got an array of text values like this {"","","","words,""} HOWEVER I don't know "words" value's position in the array it might look {"","","","",words} or {"","words,"","",""}. I need to retrieve only "words" value using formula functions. It can be done either by merging all the values in the array or by sorting values so "words" value is in the first position then I can use T() function. But I can't find any function or combination of functions to do this. Thank you in advance.
Last edited: