View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nikko nikko is offline
external usenet poster
 
Posts: 30
Default Vlookup & return multiple unique values

Hi
Having some issues with below formula; any assistance / help will be
appreciated

1) wish to return multiple unique values, however below forula is returning
the results twice if the identifier appears twice in the raw data
spreadsheet... Any idea how to resolve this?
INDEX('Closed To Date'!$A$1:$K$9926,SMALL(IF('Closed To
Date'!$A$1:$A$9926=$C$4,ROW('Closed To Date'!$A$1:$A$9926)),ROW(1:1)),10))

A1: K9926 - raw data
Col A - identifier, same identifier can appear twice or thrice in the raw
data spreadsheet


--
nikko