Forum Discussion
TEXTJOIN function not ignoring blank cells
I went in and added TRIM and was getting #VALUE! as the result. I then went into the fields and checked for spaces, replacing with nothing. It did find spaces in those columns so those were fixed. I was still getting the #VALUE! error using =TEXTJOIN(" ", TRUE, TRIM(A3:G3)).
I guess it didn't like having the TRIM function in there when there was nothing to trim because when I removed that it worked as it should. Odd to me that the TRIM function would cause an error, I would have thought it would just ignore if it weren't needed.
Thanks so much for your help!
In general TEXTJOIN itself returns VALUE if only you have quite long string as result, don't remember the limit. If another function is inside usually TEXTJOIN shall be used as array formula, i.e. you shall Ctrl+Shift+Enter it, instead of Enter.
Please check attached filed with such formula if it works with you.