Excel Formula Required

hrayani

Well-known Member
Joined
Jul 23, 2010
Messages
1,499
Office Version
  1. 2016
Platform
  1. Windows
Hello Friends,

Here is a sample data which will be not more than 5 rows

Col A Col B

PO # UNIT

316543 Sets
316546 Pcs
316547 Sets
316548 Pairs
316549 Dozens


The formula should sort values in Col A based on Units in Col B
Formula should look first at Sets than Pairs than Pcs than Dozens
If there are more than one PO having the same unit like in above sample data than
formula should look at the smallest value first than the 2nd smallest and so on


If any PO does not have Sets as unit than formula should look first at Pairs than Pcs than Dozens
If any PO does not have Pairs as unit than formula should look first at Sets than Pcs than Dozens



Hence answer should be

PO #
316543 Sets
316547 Sets
316548 Pairs
316546 Pcs
316549 Dozens


Any help would be appreciated

Regards,

Humayun
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Would a pivot table work for you? I think it might be the most practical solution.
 
Upvote 0
No dear. The sheet contains loads of other things too.
 
Upvote 0

Forum statistics

Threads
1,214,786
Messages
6,121,546
Members
449,038
Latest member
Guest1337

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