Forum Discussion
ysindhur
Apr 19, 2024Copper Contributor
TEXTJOIN function is showing calc error
Hi I have text to join using delimiter which is 10000 rows. I have used TEXTJOIN function, but it is not combining all the data that is required for a data retrieval through Oracle. Is there any ot...
SergeiBaklan
Apr 19, 2024Diamond Contributor
Excel allows maximum 32767 characters for the text saved in the cell. It doesn't matter by which formula such text is received.
- ysindhurApr 19, 2024Copper ContributorThank you !