Forum Discussion

alpertakci's avatar
alpertakci
Copper Contributor
Sep 08, 2022
Solved

Generate Unique List from Duplicate Values and Date Constraints

I have a set of non-unique values for suppliers with corresponding activity dates. The desired outcome is to create a unique set of suppliers with the following activity date constraints: 1. Last_Ac...
  • OliverScheurich's avatar
    Sep 08, 2022

    alpertakci 

    =UNIQUE(FILTER(A2:A21,(COUNTIFS($A$2:$A$21,$A$2:$A$21,$C$2:$C$21,$D$4)=0)*(COUNTIFS($A$2:$A$21,$A$2:$A$21,$C$2:$C$21,">"&$D$6)>0)))

    This formula returns the result in my sheet.

     

Resources