Staggering data ranges

TCH

New Member
Joined
May 23, 2012
Messages
9
Within one worksheet, I have two ranges of data, Columns A – D and F – I. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
In another worksheet within the same workbook I need to sort and stagger the data by row based on Columns A’s and F’s values. Row 1 is a header row.<o:p></o:p>
<o:p></o:p>
RAW DATA<o:p></o:p>
A B C D E F G H I<o:p></o:p>
1 PN DESC CO $ PN DESC CO $ <o:p></o:p>
2 A1 SSS DD 5.00 B4 XXX EE 2.00<o:p></o:p>
3 A2 ABC EF 2.25 B5 DDD FF 3.25 <o:p></o:p>
4 B5 FFF GG .75 C1 RRR RR 1.35<o:p></o:p>
5 C1 GGG HH 1.22 C9 QQQ AB 6.96<o:p></o:p>
<o:p></o:p>
<o:p></o:p>

STAGGERED OUTPUT DESIRED
A B C D E F G H I
<o:p>1 PN DESC CO $ PN DESC CO $ <o:p></o:p></o:p>
2 A1 SSS DD 5.00 <o:p></o:p>
3 A2 ABC EF 2.25 <o:p></o:p>
4 B4 XXX EE 2.00<o:p></o:p>
5 B5 FFF GG .75 B5 DDD FF 3.25<o:p></o:p>
6 C1 GGG HH 1.22 C1 RRR RR 1.35<o:p></o:p>
7 C9 QQQ AB 6.96
<o:p></o:p>
<o:p></o:p>
I’m using Excel 2009. Can you offer a solution? <o:p></o:p>
Thanks in advance for your help.<o:p></o:p>
<o:p></o:p>
Ted <o:p></o:p>
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,224,537
Messages
6,179,405
Members
452,911
Latest member
a_barila

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