M
matmich
I have some data in two columns and i want to extract the uniqu
records, I would use a combination of the if and countif if I wer
only dealing with 1 column but with two columns I am stumped.
EX
order# box#
123 1
123 1
123 2
123 3
125 65
125 65
i NEED TO BE ABLE TO SEPERATE AND COUNT THE UNIQUE RECORDS
123 1
123 2
123 3
125 6
records, I would use a combination of the if and countif if I wer
only dealing with 1 column but with two columns I am stumped.
EX
order# box#
123 1
123 1
123 2
123 3
125 65
125 65
i NEED TO BE ABLE TO SEPERATE AND COUNT THE UNIQUE RECORDS
123 1
123 2
123 3
125 6