francorbusetti
New Member
- Joined
- Dec 14, 2005
- Messages
- 13
I have 2 columns representing points P in the x-y plane, e.g.
Pn xn yn
P1 2 3
P2 1 2
P3 9 6
P4 2 5
P5 1 2
P6 2 5
How can I find the number of duplicate points (e.g. 2 here)?
Needs to be via formula, not manually or code.
Pn xn yn
P1 2 3
P2 1 2
P3 9 6
P4 2 5
P5 1 2
P6 2 5
How can I find the number of duplicate points (e.g. 2 here)?
Needs to be via formula, not manually or code.