Adding Characters to a line of information

esb128

New Member
Joined
Feb 21, 2014
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hello,

I need help creating a formula to insert the following data between the large spaces of information i have in multiple lines below *** Please note there are about 5 spaces between these sentances, but when i save it the website removes the extra spaces.

Problem

Positive seal sealing and holding is accomplished instantaneously Reusable connect and disconnect numerous times Full flow fitting seals on outside diameter of tubing Internal hex allows ease of assembly in tight places Pre-applied thread sealant

Answer

Positive seal sealing and holding is accomplished instantaneously</li><li>Reusable connect and disconnect numerous times</li><li>Full flow fitting seals on outside diameter of tubing</li><li>Internal hex allows ease of assembly in tight places</li><li>Pre-applied thread sealant
 
Last edited:
In that case try (note there are 2 spaces between the " ")
Excel Formula:
=TEXTJOIN("</li><li>",,TRIM(TEXTSPLIT(A2,"  ")))
 
Upvote 0

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,216,767
Messages
6,132,599
Members
449,738
Latest member
brianm3y3r

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top