How do I write a formula to count duplicate x,y coordinates?

arthurz11

Board Regular
Joined
Nov 9, 2007
Messages
153
Office Version
  1. 2021
Platform
  1. Windows
In cell G1 and G2 you input the x or y coordinates. In cell G6 it displays the count(s) x,y coordinates from range A2:D4. How do you write the count formula in cell G6? If there is only one x,y coordinate it displays a 1. If the x,y coordinate does not exist in the range, then it displays a 0.
Picture1.png
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Try this formula:

Excel Formula:
=COUNTIFS(A2:A4,G1,B2:B4,G2)+COUNTIFS(C2:C4,G1,D2:D4,G2)
 
Upvote 0
Solution
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top