sspatriots
Well-known Member
- Joined
- Nov 22, 2011
- Messages
- 585
- Office Version
- 365
- Platform
- Windows
Hi,
I tried using the "CHAR(10" inserted into this string of text in a formula to get it to wrap the text string in several places, however, it would not work. I don't want to set the whole column to wrap text.
="TBD or"&CHAR(10)&"Select NA"&CHAR(10)&"for Vendor"
Therefore, I tried the following formula, (something I got the idea from in another post of mine a few weeks back, but it would not wrap the texts either. If anyone can show me a way to do this with a formula, it would be greatly appreciated. Thanks, SS
=TEXTJOIN(CHAR(10),,TRIM(TEXTSPLIT("TBD or Select NA for Vendor"," ")))
I tried using the "CHAR(10" inserted into this string of text in a formula to get it to wrap the text string in several places, however, it would not work. I don't want to set the whole column to wrap text.
="TBD or"&CHAR(10)&"Select NA"&CHAR(10)&"for Vendor"
Therefore, I tried the following formula, (something I got the idea from in another post of mine a few weeks back, but it would not wrap the texts either. If anyone can show me a way to do this with a formula, it would be greatly appreciated. Thanks, SS
=TEXTJOIN(CHAR(10),,TRIM(TEXTSPLIT("TBD or Select NA for Vendor"," ")))