Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Having a tough time with this one. I get data from an SQL query in one format, and I need the data sorted differently for use in excel. I end up taking the raw data and I manually reorder it to suit my needs. I have some VBA experience and can follow/modify code, I'm just not sure where to start on this one. Here's my question. I have the data in tab1 and I need it in the format that is shown on tab2. (See attachment) I've tried using a pivot table and that got me really close, but it was a little cumbersome. I'm thinking I should be able to read the data into an array and then loop through it to spit it out in the format I want it in, but I'm not sure where to start. I am not the end user, so I want the user to just be able to run the macro and not have to do any other manipulation (that's where the pivot table failed). Any thoughts? Thanks in advance. +-------------------------------------------------------------------+ |Filename: rawdata.zip | |Download: http://www.excelforum.com/attachment.php?postid=5036 | +-------------------------------------------------------------------+ -- Kesey ------------------------------------------------------------------------ Kesey's Profile: http://www.excelforum.com/member.php...o&userid=36402 View this thread: http://www.excelforum.com/showthread...hreadid=561796 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do u reorder data in a column so last cell entry is first? | Excel Discussion (Misc queries) | |||
How to reorder data points on a graph? | Charts and Charting in Excel | |||
Tough question moving data (may require macro?) | Excel Worksheet Functions | |||
reorder data | Excel Worksheet Functions | |||
is there anyway in an excel macro to reorder the sheet tabs from left to right? | Excel Worksheet Functions |