Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
From a site download a table.From this table I need just only the numbers that are between quotation marks, and other numbers do not need.
How to copy only the numbers that are between quotation marks in new 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 cell and the number 1.378,074 in another cell, from the second example need just copy the number 43,23 in another cell and the number 1.414,291 in another cell, from the third example I need just copy the number 51,70 in another cell and the number 1.267,33 in another cell, and .... etc Thank you Last edited by deki_mfs : March 14th 13 at 11:26 AM |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I insert quotation marks to a list of numbers in a column? | Excel Discussion (Misc queries) | |||
Macro to place quotation marks before and after text in all cells | Excel Programming | |||
Adding Quotation Marks to Data already in Mulitple Cells | Setting up and Configuration of Excel | |||
Inserting Quotation Marks in all Cells | Excel Discussion (Misc queries) | |||
After exporting how do I remove quotation marks from text cells | Excel Discussion (Misc queries) |