Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
But do you want someone else to write some VBA, or are you just not
allowed to use a macro solution? Pete On Sep 21, 9:10 pm, banker123 wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not allowed to use a macro solution.
|
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It looks like you could use John Walkenbach's "reverse pivot table" technique:
http://www.j-walk.com/ss/excel/usertips/tip068.htm You can move the columns to the order you want and then sort the data by whatever column you want. banker123 wrote: 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 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Database Record add | Excel Discussion (Misc queries) | |||
How do I email just one record from an excel database. | Excel Discussion (Misc queries) | |||
.xml database creation | New Users to Excel | |||
.csv file creation for importing into a database | Setting up and Configuration of Excel | |||
How do I save a record from an excel template to a database in a . | Excel Discussion (Misc queries) |