doiknow
23-02-2009, 10:17 PM
Hello.
I need to get a spreadsheet properly formated to use as a cvs file.
I have a series of columns that contain engine sizes that I need to attach to the end of a string on the same row. Each row contains a different number of sizes.
So for this data:
A-----B---C---D---E
hello|-1.2-1.6-1.6t-Q4
bye|--1.1-2.4
I would like to return:
A
hello|1.2
hello|1.6
hello|1.6t
hello|Q4
bye|1.1
bye|2.4
I need to get a spreadsheet properly formated to use as a cvs file.
I have a series of columns that contain engine sizes that I need to attach to the end of a string on the same row. Each row contains a different number of sizes.
So for this data:
A-----B---C---D---E
hello|-1.2-1.6-1.6t-Q4
bye|--1.1-2.4
I would like to return:
A
hello|1.2
hello|1.6
hello|1.6t
hello|Q4
bye|1.1
bye|2.4