vijay.vizzu
Member
Dear All Excel Ninjas,
I have an Cost sheet which contains details like Part No,Part Name,Qty,Vendor,Cost,PO No, PO Date, etc.... Now i wish to create a sheet with unique Part Nos. i have used in main =IF(COUNTIF($A$1:A1,A1)=1,1,"") on a helper column and put filter on it, select 1 and copy all unique records to another sheet. Now i have to put cost info,vendor info and PO details on that sheet. In main sheet, Part no are repeated and cost is also different. Now in new sheet which i have created, cost info should be come. if the part no. repeated five times, the cost info should display 5 different costs. If i will use VLOOKUP function. then it gives only one value which comes earlier. So how could i get cost details? if A column has the Part nos (unique without repetitions), in D column cost details has to come like dynamic data validation. But i think data validation can't work becoz in my sheet part nos not in sorting order.
Any help will be helpful
Vijay
I have an Cost sheet which contains details like Part No,Part Name,Qty,Vendor,Cost,PO No, PO Date, etc.... Now i wish to create a sheet with unique Part Nos. i have used in main =IF(COUNTIF($A$1:A1,A1)=1,1,"") on a helper column and put filter on it, select 1 and copy all unique records to another sheet. Now i have to put cost info,vendor info and PO details on that sheet. In main sheet, Part no are repeated and cost is also different. Now in new sheet which i have created, cost info should be come. if the part no. repeated five times, the cost info should display 5 different costs. If i will use VLOOKUP function. then it gives only one value which comes earlier. So how could i get cost details? if A column has the Part nos (unique without repetitions), in D column cost details has to come like dynamic data validation. But i think data validation can't work becoz in my sheet part nos not in sorting order.
Any help will be helpful
Vijay