In Excel, is it possible to paste in a long text and have that split into subgroups of 255 characters each? It does not have to be split at a space or anything like that.
I tried to create a simple formula in Excel to get the first 255 characters of whatever is in column A, but not sure how to do this for the next sets of 255:
This is what I tried to get them from column A: =LEFT(A1,255)