How do I make a formula that will count values in a column only once
I would like to look something like this:
Number Count
111 1
111 0
111 0
111 0
222 1
222 0
222 0
222 0
555 1
555 0
555 0
666 1
666 0
666 0
I would really appreciate some help, thanks!
Bookmarks