Need to count number of occurrences of a word in a column

jase

Board Regular
Joined
Nov 4, 2002
Messages
62
Column A has 100 entries (A2 through A101)
Some of these entries are "Houston"

What formula can I use to calc. how many times the word "Houston" appears within that Column so that I don't have to manually count each time???

Thanks for any help.
jase.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
You are welcome. Just wondering if you saw the formula Aladin posted in Message #27 (COUNTIFS, if your version of Excel has it, is probably more efficient than SUMPRODUCT)?



I am not completely sure what you are asking for here. Can you give a more detailed description of what you are looking for?

This may help you understand what I clumsily tried to explain before. I'd like to have a formula in G4 that counts the number of times RB appears in B2-B7 according to the dates in A2-A7. Hope this helps! Thanks a bunch!

ABDEFGH
1DateCloserWGSRRBNB
23/1WG3/12
33/2SR3/22
43/4RB3/4*2*
53/4RB
63/2SR
73/1WG

<tbody>
</tbody>
 
Upvote 0
For the example table you posted, put this formula in cell E2 and copy it across to cell H2, then copy those cells (E2:H2) down to row 4...

=COUNTIFS($A$2:$A$7,$D2,$B$2:$B$7,E$1)
 
Upvote 0

Forum statistics

Threads
1,214,787
Messages
6,121,565
Members
449,038
Latest member
Guest1337

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