Forum Discussion

Machala Sentance's avatar
Machala Sentance
Brass Contributor
May 28, 2021
Solved

Index removing duplicates

Hi   I think that there is a simple amendment to this but I have been going around in circles.  I have a large dataset and I need to be able to list all instances that something appears, I have the...
  • mathetes's avatar
    mathetes
    May 29, 2021

    Machala Sentance 

    Check this. I think FILTER and UNIQUE does work
    =UNIQUE(FILTER(Table1[Activity template hk],Table1[Suggested Staff hk]=C5,"None found"))

    That's the formula I entered and it seemed to me at any rate that it produces the result you are looking for. I've attached the revised spreadsheet.

     

    This first performs a FILTERing of the activity column based on the staff ID

    Then the UNIQUE eliminates duplicates.

Resources