Selecting specific lines from a list depending on criteria

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I am looking for a formula to only copy "Ordered" status parts from a list

So on sheet 1 i have

Col A
Quantity
Col B
Part NUmber
Col C
Description
Col D
Status

On SHeet 2 i would like all "Ordered" lines to show

What sort of formula could i use in order to achieve my "Ordered" list on sheet 2

Many Thanks
 
Hi Robert,

I have a workbook with 3 sheets

Sheet 1 has a list of parts with prices (Estimate)
Sheet 2 has a copied list of the (Estimate) but without the prices with the order status ie ordered, partially shipped, shipped or cancelled
Sheet 3 is a backorder list of what is outstanding at any one time

Sheet 2 is where the formulas are generated by an input of what is recieved in
ie. on column B, has the original order amount, and column Y would have the recieved amount

Here is the formula complete

=IF(B16="","",IF(B16=Y16,"Shipped",IF(OR(Y16="",Y16=0),"Ordered",IF(Y16<B16,"Partially Shipped"))))


Hope this makes sense

Thanks for your continued help
 
Upvote 0

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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