07-29-2005 10:35 AM - edited 07-29-2005 10:35 AM
Message Edited by YoungTurk on 07-29-2005 10:36 AM
07-29-2005 11:03 AM - edited 07-29-2005 11:03 AM
I believe the Scan from String only works with single line strings.
If the data you are trying to isolate is everything after the comma, you can use the spreadsheet string to array function but use a comma as the delimiter instead of the default tab and the format string as %s (to specify strings). If you need any of these numbers as a number format, you can then use the string to number conversion vis.
Message Edited by tuned99 on 07-29-2005 11:05 AM
07-29-2005 11:08 AM
07-29-2005 12:06 PM - edited 07-29-2005 12:06 PM
Message Edited by YoungTurk on 07-29-2005 12:07 PM