Hello,
Long time viewer of this site, first time poster. I'm not sure if this is possible, but is there a way to combine these two formulas into one?
=IFERROR(LEFT(D2,FIND(" ",D2)-1),D2)
=IF(LEN(D2)>9,LEFT(D2,LEN(D2)-20),D2)
Both work great individually, but I really need to combine them. I just can't seem to make it work. Thank you in advance for your help!!
Long time viewer of this site, first time poster. I'm not sure if this is possible, but is there a way to combine these two formulas into one?
=IFERROR(LEFT(D2,FIND(" ",D2)-1),D2)
=IF(LEN(D2)>9,LEFT(D2,LEN(D2)-20),D2)
Both work great individually, but I really need to combine them. I just can't seem to make it work. Thank you in advance for your help!!