vote up 0 vote down star

1,1,"Pound","The foe is physically pounded with a long tail or a foreleg, etc.",0,40,0,100,35,0,0,0,115,0

2,2,"Karate Chop","The foe is attacked with a sharp chop. It has a high critical-hit ratio.",43,50,1,100,25,0,0,0,115,0

3,3,"DoubleSlap","The foe is slapped repeatedly, back and forth, two to five times in a row.",29,15,0,85,10,0,0,0,115,0

I have a large set of data in the format above. I paste it into Excel and each row takes up a cell in Excel. I want to be able to extract just the second part of text (descriptions) in quotes. Is there any way to do this using Excel?

Like, instead of this:

1,1,"Pound","The foe is physically pounded with a long tail or a foreleg, etc.",0,40,0,100,35,0,0,0,115,0 2,2,"Karate Chop","The foe is attacked with a sharp chop. It has a high critical-hit ratio.",43,50,1,100,25,0,0,0,115,0

I want this:

The foe is physically pounded with a long tail or a foreleg, etc. The foe is attacked with a sharp chop. It has a high critical-hit ratio.

flag

1 Answer

vote up 5 vote down check

Save it in a text file with a .csv extension and open it in Excel. That will give you each comma separated item in its own cell.

link|flag
Thank you so much. Worked perfectly. – Max Aug 7 at 19:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.