S
stuph
I have a set of data with the form:
RECORDID1 RECORDID2 ONE TWO THREE FOUR FIELD MODIFIED FIVE SIX
There are 11 rows with the same data in RECORDID1, RECORDID2, ONE, TWO
THREE and FOUR.
FIELD is different for each row, but is repeated every 11 rows (so i
A3, FIELD will be Donkey, in A14, FIELD will be Donkey), MODIFIED, FIV
and SIX are different for each row
I need to take this data and put it all into a new worksheet with
different format. What I need to do is have one long row with all th
data sorted nicely for a Word Mail Merge Document...
So, I'm trying to get a worksheet that looks like:
RECORDID1 RECORDID2 ONE TWO THREE FOUR FIVE(ROW2) FIVE(ROW3
FIVE(ROW4) ... FIVE(ROW12) SIX(ROW2) SIX(ROW3) ... SIX(ROW12)
then the next line would be the next set of records, with the ne
RECORDID1, RECORDID2, etc...
this should continue until there is no more data (there is always dat
in RECORDID1, RECORDID2 fields, so there's no need to check for blan
spaces there)
I know I can just cut-and-paste w/ a transpose to get the same result
but since this something I'm going to have to do every day, and sinc
there are usually dozens of unique records every day, I'd really lik
to have it more automated than that.
Thanks for any help !! :
RECORDID1 RECORDID2 ONE TWO THREE FOUR FIELD MODIFIED FIVE SIX
There are 11 rows with the same data in RECORDID1, RECORDID2, ONE, TWO
THREE and FOUR.
FIELD is different for each row, but is repeated every 11 rows (so i
A3, FIELD will be Donkey, in A14, FIELD will be Donkey), MODIFIED, FIV
and SIX are different for each row
I need to take this data and put it all into a new worksheet with
different format. What I need to do is have one long row with all th
data sorted nicely for a Word Mail Merge Document...
So, I'm trying to get a worksheet that looks like:
RECORDID1 RECORDID2 ONE TWO THREE FOUR FIVE(ROW2) FIVE(ROW3
FIVE(ROW4) ... FIVE(ROW12) SIX(ROW2) SIX(ROW3) ... SIX(ROW12)
then the next line would be the next set of records, with the ne
RECORDID1, RECORDID2, etc...
this should continue until there is no more data (there is always dat
in RECORDID1, RECORDID2 fields, so there's no need to check for blan
spaces there)
I know I can just cut-and-paste w/ a transpose to get the same result
but since this something I'm going to have to do every day, and sinc
there are usually dozens of unique records every day, I'd really lik
to have it more automated than that.
Thanks for any help !! :