J
JMark0957
After searching these groups, I don't think I've found a solution to
the following issue: When data is output in excel format from the
source application, it shifts all rows to the left rather than insert a
space for a null result. The result looks something like this:
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
The top row represents the header. The additional rows represent the
unsorted data. I would like to find an elegant solution that places the
correct cells under the correct columns like this:
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
We currently perform this sort in Access, but it's a six-step process
for each column!
Thanks,
JMark
the following issue: When data is output in excel format from the
source application, it shifts all rows to the left rather than insert a
space for a null result. The result looks something like this:
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
The top row represents the header. The additional rows represent the
unsorted data. I would like to find an elegant solution that places the
correct cells under the correct columns like this:
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
Col. 1 Data 1 Col. 2 Data 2 Col. 3 Data 3
Col. 2 Data 2 Col. 3 Data 3
Col. 3 Data 3
We currently perform this sort in Access, but it's a six-step process
for each column!
Thanks,
JMark