This is exactly what i am looking for, but not using volatile formula(array formula). Can you please advice me any non-volatile alternative ?Look at this and see if it leads you in the right direction
This is exactly what i am looking for, but not using volatile formula(array formula). Can you please advice me any non-volatile alternative ?
This is noted that i am using Office 2007 application, here AGGREGATE function is not available.
Thank a lot, highly appreciate you.Here is an alternative solution using a UDF attached.
Also, read here--->http://eimagine.com/how-to-return-multiple-match-values-in-excel-using-index-match-or-vlookup/
Wow! it works fine............1] I think you are asking for non-array formula ( in fact, non-array is in difference meaning from non-volatile, please Google for further detailing)
2] Aggregate function is a new function started from Excel 2010
3] So, if you have Excel 2007, try to use the Index+Small function instead.
In E2, copied down :
=IFERROR(INDEX($C$2:$C$12,MMULT(SMALL((($A$2:$A$12<>$A2)*($B$2:$B$12<>$B2))/1%%+(ROW($C$2:$C$12)-ROW($C$1)),COUNTIFS(A$2:A2,A2,B$2:B2,B2)),1)),"")
Regards
Bosco