I have this formula in cell AM2: =LEFT(TRIM(CONCATENATE($G2," ",$I2," ",$H2," ",$O2," ",IF(OR($P2>0,$Q2>0,$R2>0,$S2>0,$T2>0,$U2>0)," "&$AC2&" ",""),IF($N2<>"Regular",$N2,"")," ",$K2," ",IF(AND($J2<>"Polyester",$J2<>"Cotton Blend",$J2<>"Nylon Blend",$J2<>"Nylon"),$J2,"")," ",$L2," ",$AO2)),80)
It works great but, I want it to remove all the extra characters after the last space if there is over 80 characters so it wont leave any partial words
For instance if the cell contains something like: "This cell is way to long and has way too many charac" and the word character is truncated. I want it to just leave "This cell is way to long and has way too many"
Im sure its an easy fix, but I cant seem to get my head around it.
Thanks!
It works great but, I want it to remove all the extra characters after the last space if there is over 80 characters so it wont leave any partial words
For instance if the cell contains something like: "This cell is way to long and has way too many charac" and the word character is truncated. I want it to just leave "This cell is way to long and has way too many"
Im sure its an easy fix, but I cant seem to get my head around it.
Thanks!