Vlookup & Sort Sort Combination

omer1234

Board Regular
Joined
Nov 29, 2011
Messages
161
Hi ,

I could use some help here.

The first worksheet "feb" is raw data"
The second worksheet in tehi sspreadsheet "summary" is where I need help.

I need the data sorted by date "Smallest to Highest" and then the corresponding values, which I though could be done with VLOOKUP but I am unable to sort the dates ( The one tricky part is the empty date in worksheet FEB, I need this to be part of the data even though there is not date assigned to it)

THANKS for the help in advance.


Worksheet Feb

<style type="text/css"><!-- body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Arial"; font-size:x-small } --> </style>
987654Leaking Drums56098345330%100%2/5/2016
654321Bent Drums87562.00012.4 $- 33% $- 10%
123456Dirty Drums12323440018 $7,200 33% $4,824 100%2/5/2016
456789Rusty Drums3490587017.2 $1,204 0% $1,204 100%2/26/2016
987654Leaking Drums3045987640.05 $3,044 33% $2,039 10%1/8/2016
654321Bent Drums98234516.01 $80 33% $54 100%2/5/2016
123456Dirty Drums7854342412.93 $310 33% $208 75%2/5/2016
456789Rusty Drums78978417.07 $68 33% $46 100%1/29/2016
987654Leaking Drums234245499.00 $4.68 $2,335 0% $2,335 75%
654321Bent Drums67567499.00 $4.68 $2,335 0% $2,335 100%
123456Dirty Drums678697898.5 $298 0% $298 100%2/5/2016
456789Rusty DrumsF9023487102.00 $4.68 $477 0% $477 90%
987654Leaking DrumsJ908450.00 $4.68 $- 0% $- 10%
654321Bent DrumsR908345142.00 $4.68 $665 0% $665 100%
123456Dirty DrumsM98374523.5613.20 $311 0% $311 1%2/5/2016
456789Rusty DrumsK9384751.511.59 $17 0% $17 100%1/29/2016
987654Leaking Drums987345508.3 $415 0% $415 100%1/29/2016
654321Bent Drums12313508.3 $415 0% $415 50%2/26/2016
123456Dirty DrumsRK9856453115 $15 0% $15 100%2/12/2016
UMARY TAB

<style type="text/css"><!-- body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Arial"; font-size:x-small } --> </style>

<colgroup width="65"></colgroup> <colgroup width="129"></colgroup> <colgroup span="3" width="65"></colgroup> <tbody>
[TD="colspan: 4"]Feb Summary

<colgroup width="98"></colgroup> <colgroup width="196"></colgroup> <colgroup width="94"></colgroup> <colgroup width="68"></colgroup> <colgroup width="75"></colgroup> <colgroup width="70"></colgroup> <colgroup width="68"></colgroup> <colgroup width="106"></colgroup> <colgroup width="60"></colgroup> <colgroup width="81"></colgroup> <colgroup width="68"></colgroup> <tbody>
[TD="bgcolor: #FFFF00"] Rework Code [/TD]
[TD="bgcolor: #FFFF00"] Rework Description [/TD]
[TD="bgcolor: #FFFF00"] Order # [/TD]
[TD="bgcolor: #FFFF00"] GALS [/TD]
[TD="bgcolor: #FFFF00"] Cost [/TD]
[TD="bgcolor: #FFFF00"] Cost 2 [/TD]
[TD="bgcolor: #FFFF00"] Status 1 [/TD]
[TD="bgcolor: #FFFF00"] Total Cost [/TD]
[TD="bgcolor: #FFFF00"] Status 2 [/TD]
[TD="bgcolor: #FFFF00"] Sched WK [/TD]

[TD="bgcolor: #FFFFFF"] 35 [/TD]
JICH
# DateStatus 2Order#Total Cost
1
2
3
4
5
6
7
8
9
10

[TD="bgcolor: #FFFF00"]Smallest to Largest[/TD]

</tbody>



<style type="text/css"><!-- body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Arial"; font-size:x-small } --> </style>
DateStatus 2
Order#Total Cost
1
2
3
4
5
6
7
8
9
10

<colgroup width="65"></colgroup> <colgroup width="129"></colgroup> <colgroup span="4" width="65"></colgroup> <tbody>
[TD="colspan: 4"][/TD]

</tbody>
[/TD]

</tbody>
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,222,752
Messages
6,168,007
Members
452,160
Latest member
Bekerinik

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