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

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
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,214,932
Messages
6,122,331
Members
449,077
Latest member
jmsotelo

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