counting in excel

dave_z

New Member
Joined
Jun 12, 2008
Messages
1
Hi,

I want to create a list of words in a column and in the next column the number of times this word is typed. So, when I type a word in an input cell, the counter of the corresponding word in the list adds 1.

Abba 2
Beatles 1
Scorpions 3

and if I type in my input cell Beatles, the counter should pass from 1 to 2, then when I re-type in the same input cell Scorpions, its counter passes from 3 to 4, and so on. Can anyone help me please? Thanks.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi Dave and welcome to the board,

Maybe something like;

=COUNTIF(A:F,"Beatles")

Ensure that the formula does not sit within the range you are searching or you will get a Circular Reference Error!

Hope this helps.
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,072
Latest member
DW Draft

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