How can I run a check on a column of figures to make sure that I haven't doubled-up any of them? In other words, each number is only allowed to be entered once, so if any of them appear more than once, I want to be notified at the bottom.

Jonathan