https://docs.google.com/spreadsheets/d/1H8EdAJ3PXzntWvk3jygo8DRRi-Ej4IVEnG0kG6Zj6Og/edit?usp=sharing
in the example sheet above, I would like to populate column H only the duplicate serial numbers found in column E. Column F has formula that represents wether the value in E is duplicate with True/False - I'm assuming there is a way to use the TRUE value to index and match them over to column H?
=UNIQUE(FILTER(E2:E,COUNTIFS(E2:E,E2:E)>1))
? Not sure though... – JvdV