G
GRS
I have now managed to combine the data from two of my exported files.
The next step seems to be (to me) impossible, but hopefully someon
will have a solution.
I have now combined my orders and persons file so I have one line fo
each customer with the total amount ordered etc..
I now want to combine this file with the orderline file to show exactl
what each person has ordered, and the costs associated with each item.
At the moment, I insert a number of rows dependant on the number o
lines a customer has ordered and the cut and paste the relevant column
from the orderline file.
I wondered if there is a way to say 'If items shipped=1, insert 2 blan
rows' 'if items shipped=2 insert 3 blank rows' 'if items shipped=3
insert 4 blank rows'.
If this is possible, I will then need to fill those blank lines wit
data from the orderlines file. but as the number of blank rows will b
inserted from an 'if' statement, I am then going to have to cut an
paste the data from the orderlines file?
thanks!
Gil
The next step seems to be (to me) impossible, but hopefully someon
will have a solution.
I have now combined my orders and persons file so I have one line fo
each customer with the total amount ordered etc..
I now want to combine this file with the orderline file to show exactl
what each person has ordered, and the costs associated with each item.
At the moment, I insert a number of rows dependant on the number o
lines a customer has ordered and the cut and paste the relevant column
from the orderline file.
I wondered if there is a way to say 'If items shipped=1, insert 2 blan
rows' 'if items shipped=2 insert 3 blank rows' 'if items shipped=3
insert 4 blank rows'.
If this is possible, I will then need to fill those blank lines wit
data from the orderlines file. but as the number of blank rows will b
inserted from an 'if' statement, I am then going to have to cut an
paste the data from the orderlines file?
thanks!
Gil