I looked for an answer to this but didn't find what I was looking for.
I need to extract up to the first 100 characters in a cell but only up to the last full word. So if the 101th character is in the middle of a word it shouldn't extract any of that word or anything after it.
I've been trying to mess around with this formula but haven't gotten it to work right
=TRIM(LEFT(SUBSTITUTE(A1," ",REPT(" ",50)),100))
Any help would be awesome
Thanks
I need to extract up to the first 100 characters in a cell but only up to the last full word. So if the 101th character is in the middle of a word it shouldn't extract any of that word or anything after it.
I've been trying to mess around with this formula but haven't gotten it to work right
=TRIM(LEFT(SUBSTITUTE(A1," ",REPT(" ",50)),100))
Any help would be awesome
Thanks