assuming you do not want to use grouping you cannot check later rows against the current row (other than the immediate next row) but you could check a row against all previous rows using a variable. YOu would build an formula to make an ever growing string that added your current value to it and also checking the current field against that string. to see if had been used before
like this