D
dwight
I have a worksheet with the following data.
account name date checkno payment date checkno payment etc
100 fred 1/1/03 1234 35.45 2/1/03 3445 234.30
The spread sheet columns go to A to IU. What I need is each date,checkno
,payment group to be a new record for that account. The data is going to
be populated into a SQL Server db.
I have played around with doing a reverse pivot table, but I can't get
the results I need.
Any ideas on the fastest way to do this, would be appreciated.
Thanks
account name date checkno payment date checkno payment etc
100 fred 1/1/03 1234 35.45 2/1/03 3445 234.30
The spread sheet columns go to A to IU. What I need is each date,checkno
,payment group to be a new record for that account. The data is going to
be populated into a SQL Server db.
I have played around with doing a reverse pivot table, but I can't get
the results I need.
Any ideas on the fastest way to do this, would be appreciated.
Thanks