Sorting Rows - Data and Dates

jdmc45

Board Regular
Joined
May 8, 2011
Messages
146
Office Version
  1. 365
Platform
  1. Windows
Hi everybody,

I have a spreadsheet with 61 columns of cash flows and 61 columns of dates, corresponding to these cash flows. Most of these entries will be empty as usually there are only a few cash flows per row.

Data looks like:

Code:
A        B        C               BI             BJ              BK        ...      DR
CF1     CF2    CF3     ...    CF61         Date1          Date2           Date 61
900     -400   -200                        12/31/2010   01/02/2011
-1000   125                                  01/02/2009   02/05/2008
400                                             01/04/2008

I want to sort the cash flows and the corresponding dates according to dates from oldest to newest, ie. in chronological order. So for the second row of the data above, the as the cash flow(and date in BK) is earlier than the date in BJ, the row should read

Code:
CF1         CF2             ...       Date1                Date2
125       -1000           ...       02/05/2008        01/02/2009

Hopefully someone can help me out soon!

Thanks!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,224,597
Messages
6,179,808
Members
452,944
Latest member
2558216095

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