R Rahul Mishra Member Sep 8, 2014 #1 Sir, How can i find unique value as it is in another column i attached file plz provide me solution. Attachments Question.xls Question.xls 43 KB · Views: 8
Somendra Misra Excel Ninja Sep 8, 2014 #2 Hi Rahul, See attached file for formulas in Orange cells. Regards, Attachments Question (1).xls Question (1).xls 98 KB · Views: 12
R Rahul Mishra Member Sep 8, 2014 #3 sir thank u so much but it is so long formula any short formula plz ..........
R Rahul Mishra Member Sep 8, 2014 #5 no sir wanna dynamic means if i change in raw data many times then output should also change.
Somendra Misra Excel Ninja Sep 8, 2014 #6 @Rahul Mishra More than the length of the formula, you should worry about calculation time of array formula, esp. in the case of extracting unique values. If you data grows in future than VBA will be best to get the result quickly. Regards,
@Rahul Mishra More than the length of the formula, you should worry about calculation time of array formula, esp. in the case of extracting unique values. If you data grows in future than VBA will be best to get the result quickly. Regards,
R Rahul Mishra Member Sep 8, 2014 #7 u are right but i found one fourmula for this but i didn't get understand abut this formula is INDEX(H2:H329,MATCH(0,INDEX(COUNTIF(I1,H2:H329),0,0)))
u are right but i found one fourmula for this but i didn't get understand abut this formula is INDEX(H2:H329,MATCH(0,INDEX(COUNTIF(I1,H2:H329),0,0)))
Khalid NGO Excel Ninja Sep 8, 2014 #8 Hi Rahul, You will find some interesting things about comparing 2 list of data in excel. See the link below: http://chandoo.org/wp/2010/06/17/compare-2-lists-in-excel/
Hi Rahul, You will find some interesting things about comparing 2 list of data in excel. See the link below: http://chandoo.org/wp/2010/06/17/compare-2-lists-in-excel/