I have a bunch of data copied from an excel export in ACT, and for some reason this time many fields show up as two lines, the data and then a blank line (in the edit bar).
I can put the cursor on the second blank line and backspace, and then it shows up properly, and all is well.
I can also tell something is there, as formatting shows it as two lines, and also len() shows one too many characters present.
I have seen many articles on how to replace LF using Ctrl-J, but that doesn't match anything. And trying to enter Ctrl-J in the Find box, shoes not show anything. (Should show a dot?).
However doing a "=SUBSTITUTE(F5,CHAR(10),"")" does seem to work, but would be a lot of trouble to do for all columns of data to change and then copy over original data.
Some places indicate that a CR/LF is different, but I don't know how to deal with that.
Is there some way to actually see what the hidden formatting characters are in the cell(s)?, and then to Find/replace to truncate?
I can put the cursor on the second blank line and backspace, and then it shows up properly, and all is well.
I can also tell something is there, as formatting shows it as two lines, and also len() shows one too many characters present.
I have seen many articles on how to replace LF using Ctrl-J, but that doesn't match anything. And trying to enter Ctrl-J in the Find box, shoes not show anything. (Should show a dot?).
However doing a "=SUBSTITUTE(F5,CHAR(10),"")" does seem to work, but would be a lot of trouble to do for all columns of data to change and then copy over original data.
Some places indicate that a CR/LF is different, but I don't know how to deal with that.
Is there some way to actually see what the hidden formatting characters are in the cell(s)?, and then to Find/replace to truncate?