Splitting a single column

Joined
Mar 3, 2008
Messages
1
Reaction score
0
Hi

I have a pharmacy products spreadsheet containing a large amount of data (27,000 entires) in a single column in the following format:


,TENS PADS (no form) 5cm x 5cm
4 Unit pack = #0.00
Total #0.00

-CEFALEXIN Tablets 125 mg
100 Tablet carton = #0.00
Total #0.00


-CLEARVIEW HCG PREGNANCY TESTING Kit (no strength)
20 Test pack = #0.00
Total #0.00

What I'm trying to do is split this column up so that the data is held in 3 columns that allows it to be filtered and sorted easily. So for example the following format displays product, unit and unit price:


Product-------------------------------------------Unit---------------------Price

TENS PADS (no form) 5cm x 5cm--------------4 unit pack------------#0.00
CEFALEXIN Tablets 125 mg---------------------100 Tablet carton----#0.00
CLEARVIEW HCG PREGNANCY TESTING Kit----20 Test pack---------#0.00

Can anyone help me with the types of functions I could use to achieve this?

Cheers!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top