How to copy only the numbers that are between quotation marks in new cells

D

deki_mfs

From a site download a table.From this table I need just only th
numbers that are between quotation marks, and other numbers do not need
How to copy only the numbers that are between quotation marks in ne
cells
Here is an example of what format gives me the table

row(1) 1,"62,09","1378,074
-----------------------------
row(2) 2,"43,23","1414,291
----------------------------
row(3) 3,"51,70","1267,33
----------------------------
and etc ...

Concretely it would be the following
from the first example need just copy the number 62.09 in another cel
and the number 1.378,074 in another cell
from the second example need just copy the number 43,23 in another cel
and the number 1.414,291 in another cell
from the third example I need just copy the number 51,70 in another cel
and the number 1.267,33 in another cell
and .... et


Thank yo
 
G

GS

Are these comma-delimited strings in one cell, OR do the commas
represent columns?

Do you want a worksheet formula OR a VBA function that will work in a
worksheet formula, OR a VBA macro to just 'do it'?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 

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