i have two sheets.
Sheet 1 list contains orders & part nos.
While the other contains the part no which are in stock.
the format is as shown below.
Sheet 1
Order no Part
1001 x
1002 y
1003 z
1004 x
1005 a
Sheet 2
Part no Stock
x 1
y 1
Sheet 3 should give me the following
Order no part
1003 z
1005 a
I used data validation to circle out the parts which i don't have..
I want this new parts & their order to appear in a separate list with the order number so i could decide if i really want to keep that part in stock or not.
here i am dealing with more than 1000 parts to checking it becomes difficult.
So i want to separate out the parts which i dont have .
how can i do this with data validation or advance filtering.
if not possible with functions wat would be the VBA code to do it?
Sheet 1 list contains orders & part nos.
While the other contains the part no which are in stock.
the format is as shown below.
Sheet 1
Order no Part
1001 x
1002 y
1003 z
1004 x
1005 a
Sheet 2
Part no Stock
x 1
y 1
Sheet 3 should give me the following
Order no part
1003 z
1005 a
I used data validation to circle out the parts which i don't have..
I want this new parts & their order to appear in a separate list with the order number so i could decide if i really want to keep that part in stock or not.
here i am dealing with more than 1000 parts to checking it becomes difficult.
So i want to separate out the parts which i dont have .
how can i do this with data validation or advance filtering.
if not possible with functions wat would be the VBA code to do it?