senior thesis needs help with a data sort

sjc4

New Member
Joined
Jul 7, 2011
Messages
48
hi all,

first of all thanks for reading over this. to give you some background i am working on my senior thesis and i need to sort through a bunch of data. i am trying to sort this data using VBA because i think it will be much more effecient and will have a longer use.

here is the problem/picture (i have about 300 sheets that i need to sort like this):

I need to align the ABCD return table on the left with the other return table on the right so that i can compare the two table's percentages. essentially, i am trying to align these tables next to each other so that they are ascending downward and i can compare and contrast the dates and percentages. thanks for your help any tips, answers and additional questions welcome.

HOKmA.png
 
Last edited:

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
this is the after example. the before example is at the top of the thread. you see, with the right vba or macro i should be able to align the two rows by date and percentage so i can check their accuracy.

w9FXF.png
 
Upvote 0
to make the before and after easier for some:

Note: I am trying to align the two tables so i can compare their dates and return percentage side by side. i have about 300 sheets like this. Thanks again!

BEFORE
HOKmA.png


AFTER

w9FXF.png
 
Upvote 0
This is way outside my level of VBA. The answer is definitely VBA (which is the program you use to write macros), but I do not possess the know how to do this.

It will be too complex for me.

You will have to associate Mon1, Mon2, Mon3, etc. to the middle of your date-- 01, 02, 03

Then do the same thing for the year Cy 2005 to 2005 and use these two criteria to return the value.

INDEX combined with Find/Match.....and a whole bunch of other stuff
 
Upvote 0
i know, this is a very complex problem... but it will make my life much easier if i figure it out. i'll VBA a shot and do some googling.

i could email you an example sheet. does that work? pm your email.


This is way outside my level of VBA. The answer is definitely VBA (which is the program you use to write macros), but I do not possess the know how to do this.

It will be too complex for me.

You will have to associate Mon1, Mon2, Mon3, etc. to the middle of your date-- 01, 02, 03

Then do the same thing for the year Cy 2005 to 2005 and use these two criteria to return the value.

INDEX combined with Find/Match.....and a whole bunch of other stuff
 
Upvote 0

Forum statistics

Threads
1,224,588
Messages
6,179,743
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top