Forum Discussion
JMLG_423
Jul 14, 2022Copper Contributor
TEXTJOIN
Any way to get around this limitation of using TEXTJOIN?
"If the resulting string exceeds 32767 characters (cell limit), TEXTJOIN returns the #VALUE! error?
Thanks
2 Replies
- PeterBartholomew1Silver Contributor
I think the 32K characters is a hard limit. That leaves you needing to hold the data as an array of text cells.
If you need to return more than 32767 characters, Excel might not be the best application for your problem. It is a spreadsheet program, not intended to generate novels.