jenniferpastan
New Member
Let me first give an eg in xl-2007
my data in a sheet named ProductList
Columns
A B C D E F and so on till column M
Code Name Make Type and so on
1001 Pillow ABC&Co. GN
1002 BedSheet ABC&Co. GN
1003 Carpet ABC&Co. GN
1004 Brush RR Trader GN
1005 Cleaner XYZ&Co. GN
1006 Gloves XYZ&co. GN
need some method or code wherein I enter the Code number
only, in another sheet named UsedNos in column A like
A
1005
1002
1001
etc
and the output in sheet ProductList will be
Code Name Make Type and so on
1001
1002
1003 Carpet ABC&Co. GN
1004 Brush RR Trader GN
1005
1006 Gloves XYZ&co. GN
As you see the Code number should'nt be deleted in the ProductList sheet. I have such 7000+ records. The Code number is not repeated.The Code number in UsedNos sheet matches with the number in the ProductList sheet and delets the record and will be used for some other or new product details.
thanks
my data in a sheet named ProductList
Columns
A B C D E F and so on till column M
Code Name Make Type and so on
1001 Pillow ABC&Co. GN
1002 BedSheet ABC&Co. GN
1003 Carpet ABC&Co. GN
1004 Brush RR Trader GN
1005 Cleaner XYZ&Co. GN
1006 Gloves XYZ&co. GN
need some method or code wherein I enter the Code number
only, in another sheet named UsedNos in column A like
A
1005
1002
1001
etc
and the output in sheet ProductList will be
Code Name Make Type and so on
1001
1002
1003 Carpet ABC&Co. GN
1004 Brush RR Trader GN
1005
1006 Gloves XYZ&co. GN
As you see the Code number should'nt be deleted in the ProductList sheet. I have such 7000+ records. The Code number is not repeated.The Code number in UsedNos sheet matches with the number in the ProductList sheet and delets the record and will be used for some other or new product details.
thanks