Hello Sammary,
I'm Ibhadighi and I'd happily help you with your question. In this forum, we are Microsoft consumers just like yourself.
The #SPILL! error you're seeing is because the TEXTSPLIT function is trying to spread out, or "spill", results across multiple cells, but it can't do that within the row constraints of an Excel table.
To use TEXTSPLIT within a table, you should ensure that there are enough empty columns to the right for the data to spill into. If there are other data or table headers directly adjacent to where you expect the TEXTSPLIT results to appear, you will get a spill error.
If you are trying to split text across multiple columns within a table, you might need to add additional columns to the table first. After adding the columns, use the TEXTSPLIT formula in the first cell of the row where you want to split the text, and it should then spill over into the newly added columns.
Here's what to do:
Add new columns to the table for each part of the split. If you're splitting a string into three parts, you need two additional columns.
Use TEXTSPLIT in the first column where you want the data to split.
Ensure no other data is blocking the cells where the split data will go.
After these steps, the TEXTSPLIT function should work within your Excel table.
I hope this helps
Best Regards,
Ibhadighi