tonywatsonhelp
Well-known Member
- Joined
- Feb 24, 2014
- Messages
- 3,210
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi Everyone,
I have data in cell K2 that looks like this:
and I need it to look like this so i can upload it:
The rules are quite simple,
the first lot of data in the cell will start without any spaces before it, it might be one word one sentence or several sentences but there will be no line break,
This data needs to have added at the beginning <p> and at the end </p>
as shown above,
then we get page breaks, there can be one or more page breaks before the data starts again, but all this data needs to be held with the text <ul> and </ul>
again as above,
then any data in that area has to start each new line break line with a <li> and end it with </li>
again as above.
please use the examples above as what I'm trying to achieve.
I hope that's clear, I really could do with some help here so please help if you can.
Thanks
Tony
I have data in cell K2 that looks like this:
K | |
2 | Buckle up -- this double-strap satchel is equal parts fashionable and functional. From Dooney & Bourke. Main entry zip closure, double handles, tassels, front and back buckles, back slip pocket, leather patch logo, four feet Lined interior, two front-wall slip pockets, back-wall zip pocket and slip pocket, key hook Measures approximately 10"L x 14"W x 6"D with an 8" handle drop; weighs 2 lbs, 7 oz Body/trim 100% leather; lining 100% cotton Imported |
and I need it to look like this so i can upload it:
K | |
2 | <p>Want star power? Slide your feet in these pointy-toe mules and instantly upgrade your look with radiant shine. From Katy Perry.</p> <ul> <li>Style: The Tarin</li> <li>Toe cap, star print</li> <li>Padded insole, scored bottom</li> <li>Approximately 0.5"H heel</li> <li>Fit: true to size</li> <li>Fabric/man-made upper; man-made lining; man-made/fabric sole</li> <li>Imported</li> </ul> |
The rules are quite simple,
the first lot of data in the cell will start without any spaces before it, it might be one word one sentence or several sentences but there will be no line break,
This data needs to have added at the beginning <p> and at the end </p>
as shown above,
then we get page breaks, there can be one or more page breaks before the data starts again, but all this data needs to be held with the text <ul> and </ul>
again as above,
then any data in that area has to start each new line break line with a <li> and end it with </li>
again as above.
please use the examples above as what I'm trying to achieve.
I hope that's clear, I really could do with some help here so please help if you can.
Thanks
Tony