dwarek

Board Regular
Joined
Jul 15, 2016
Messages
79
Hello Everyone
I have been assigned a task to create a auto fill function. The task is I need to create a formula to search a particular alpha numeric word in a column and define how many times this word as appeared in that column. For example lets say a alpha numeric word called "MIKE1" in column A. In cell B2 I need to write a formula how many times "MIKE1" has appeared. So if this word as appeared 12 times in column A then I need the value 12 in cell B2. Can anyone help me out in this. Thanks in advance
 
How about
=SUMPRODUCT((MONTH(B2:B18)=1)*(B2:B18<>""))
 
Upvote 0

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
It works for me


Excel 2013/2016
BC
1Introduced
201/01/19803
301/10/2016
401/07/2005
5
601/07/1980
701/10/1987
801/12/1997
9
1001/04/1986
1101/04/1986
1201/01/1980
1301/01/1980
1401/12/2000
1501/06/1997
1601/04/1985
1701/04/1985
1801/03/2004
Sheet5
Cell Formulas
RangeFormula
C2=SUMPRODUCT((MONTH(B2:B18)=1)*(B2:B18<>""))
 
Upvote 0

Forum statistics

Threads
1,214,525
Messages
6,120,051
Members
448,940
Latest member
mdusw

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