count number of cell have the same value

duongthaiha

New Member
Joined
Nov 8, 2009
Messages
4
Hi

I have two column
A B
-----------
1 2
2 2
3 1
4 3
5 4

I want to count the number of cell in column A that have the same value of cell at the same row of column B
In this example it should return 1 as A2=B2

Can you please show me how to do it plz?

Thanks you very much
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
I think this would work (Changing the cell references to the correct cells as needed):
=CountIf(B1:B5,A1:A5)
 
Upvote 0
Try adding function in next cell (C1) =DELTA(A1,B1) and add sum function to bottom of sheet to count number of matches.
 
Upvote 0

Forum statistics

Threads
1,215,453
Messages
6,124,930
Members
449,195
Latest member
Stevenciu

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