|
|
|
|
|
by emmelaich
826 days ago
|
|
Related? I was copy'n'pasting a few chars from one column from to another in gsheets. Gsheets intuited that I wanted to do this multiple times and offered this formula: > =RIGHT(A7,LEN(A7) - (FIND(CHAR(160),SUBSTITUTE(A7," ",CHAR(160),2)))) |
|
How is that related to anything?
Was it, at least, the correct formula for your need?