Countif with Match

jevi

Active Member
Joined
Apr 13, 2010
Messages
339
Office Version
  1. 2016
Platform
  1. Windows
Hi All,

I have the first table when I have 8 column and different names in it. Then I have table 2 where I have a list of names (it has more than table 1 and some might not be in table 1, but the one that are in table 1 are in table 2).

I would like a formula to do the countif for each name based on the match with the name.


Example Name: Jevi in only in column 1 so I count it one time on the row of table 2 where is Jevi.

Thank you so much,

1628768522914.png
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Without knowing where those cells are something like
Excel Formula:
=countifs(A:B, E2)
 
Upvote 0
Solution
is this what you want ???

VBA Working.xlsm
AB
1Column 1Column 2
2Jevi
3AnnJane
4Ann
5Bob
6Robert
7
8
9ListFormula To Count
10Jevi1
11Ann2
12Jane1
13Bob1
14Robert1
15Julia0
Sheet4
Cell Formulas
RangeFormula
B10:B15B10=COUNTIF($A$2:$B$6,A10)
 
Upvote 0
Thank you Pluff and Hrayani it worked great...I thought would be such a complex formula that I even didn't try it, I was sure was not going to work even though I use this formula......feel likeo_O?
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,387
Messages
6,119,208
Members
448,874
Latest member
Lancelots

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