Totero's answer is correct. The link is also very helpful.
Basically the formula you need is:
B2=INDEX($A$2:$A$20, MATCH(0, COUNTIF($B$1:B1, $A$2:$A$20), 0))
Then press ctrl+shift+enter (or it will not work using a array formula).
Two important things to keep in mind here: The complete list is in cells A2:A20
, then this formula has to be pasted in cell B2
(Not B1
as that will give you circular reference).
Secondly this is an array formula, so you need to press ctrl+shift+enter or it will not work correctly.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…