M
magdiego
I have a table that contains names in b3:b19, and corresponding dates in
c3:c19. These dates are calculated, and change on a quarterly basis, and
there are often duplicate dates. The table is sorted by the names in column
B.
I want to retrieve the names in column B that have the next three upcoming
dates. These may be 3 different dates, or have 2 or 3 duplicates.
I can find the next 3 dates, using an array formula:
=SMALL(C3:C19,{1;2;3})
But that just returns the dates, not the name associated with the date.
Any suggestions?
TIA,
Mary
c3:c19. These dates are calculated, and change on a quarterly basis, and
there are often duplicate dates. The table is sorted by the names in column
B.
I want to retrieve the names in column B that have the next three upcoming
dates. These may be 3 different dates, or have 2 or 3 duplicates.
I can find the next 3 dates, using an array formula:
=SMALL(C3:C19,{1;2;3})
But that just returns the dates, not the name associated with the date.
Any suggestions?
TIA,
Mary