Can I get MultiLookup with Multiple Unique Values
I am using the traditional MultiLookup Formula to get Multiple Values:
However there are duplicate values which I need to avoid so is there a possiblity of getting this done..=INDEX($A$2:$A$5,SMALL(IF($B$2:$B$5=$B$2,ROW($A$2:$A$5)-ROW($A$2)+1),ROWS($A$2:$A2)),1)
I am oK with Arrays Non-Arrays.
Unfortuantely due to sensitive information a file cannot be added unless absolutely neccessary however please find the below info to understand the requirement..
Col A--------Col B
Banks------Unique Dates
Bank A----1-Jan-2010
Bank A----1-Jan-2010
Bank B----1-Feb-2010
Bank C----1-Jan-2010
As can be seen in the above range, as my Lookup is 1-Jan-2010
I want the result with only set of Bank Names i.e. Bank A only once
Bank A
Bank C
Regards
E
Bookmarks