B
Bill
I have an excel spreadsheet that has multiple cells with some cells
containing multiple data values separated by the following symbol ý. Here is
what a single line of the spreadsheet looks like.
CODE INVOICE DATE DESCRIPTION GL Account Line
Total
CAROKC 195879 01/04/10 RiceýCornýCandy 4011ý4025ý4027 1.00ý5.00ý11.47
I need to make two tables:
Invoice Header: (this one I know how to do.)
CODE INVOICE DATE
CAROKC 195879 01/04/10
Invoice Detail: (I need help here)
INVOICE DESCRIPTION GL Account Line Total
195879 Rice 4011 1.00
195879 Corn 4025 5.00
195879 Candy 4027 11.47
I am no code wizard and haven't worked with code in over a year, so I really
need something that is easy to understand.
Thanks Bill
containing multiple data values separated by the following symbol ý. Here is
what a single line of the spreadsheet looks like.
CODE INVOICE DATE DESCRIPTION GL Account Line
Total
CAROKC 195879 01/04/10 RiceýCornýCandy 4011ý4025ý4027 1.00ý5.00ý11.47
I need to make two tables:
Invoice Header: (this one I know how to do.)
CODE INVOICE DATE
CAROKC 195879 01/04/10
Invoice Detail: (I need help here)
INVOICE DESCRIPTION GL Account Line Total
195879 Rice 4011 1.00
195879 Corn 4025 5.00
195879 Candy 4027 11.47
I am no code wizard and haven't worked with code in over a year, so I really
need something that is easy to understand.
Thanks Bill