Excel Database Conversion (Record Creation)

  • Thread starter Thread starter banker123
  • Start date Start date
B

banker123

I am often faced with the task of moving data from excel workbooks
into numerous databases (Access, OLAP, SQL). Here is my challenge:

I have a spreadsheet with the months listed in a row and the accounts
listed in a column, I need to create a record for each account and
month intersection, see second example below. I have been doing this
by simply cutting and pasting but the spreadsheets are growing faster
that I can convert them, and there has to be a more efficient way of
accomplishing this task. I am not trying to write VBA.


Aug Sep
Cash 10 50
Stocks 20 60
Bonds 30 70
Property 40 80


Aug Cash 10
Aug Stocks 20
Aug Bonds 30
Aug Property 40
Sep Cash 50
Sep Stocks 60
Sep Bonds 70
Sep Property 80
 
But do you want someone else to write some VBA, or are you just not
allowed to use a macro solution?

Pete
 
Back
Top