Search : in
By :

Excel - Count multiple names

Circe, on Sep 22, 2009 12:39:32 pm BST 
 Report this message to moderators

Hello,

I have a question about counting cell data from the same column.

Attached below is an example of the first three columns of an excel sheet I'm working on. I want to count the number of cells for each different location, i.e. count the number of; "http://en.kioskea.net/forum/forum-25-office-software?Acces=1", "http://en.kioskea.net/forum/affich-18257-excel-to-count-with-condition" and "http://en.kioskea.net/s/excel-count-lots-of-words-in-column". I realise that it is possible to create a formula to count each location separately, but is there a way to count each location type using one formula so it loops? The spreadsheet I'm working on has multiple location names and to count them one at a time would take a while.

Grateful for any help!


No.File Name	Location
1	xxx	http://en.kioskea.net/forum/forum-25-office-software?Acces=1
2	xxx	http://en.kioskea.net/forum/forum-25-office-software?Acces=1
3	xxx	http://en.kioskea.net/forum/forum-25-office-software?Acces=1
4	xxx	http://en.kioskea.net/forum/affich-18257-excel-to-count-with-condition
5	xxx	http://en.kioskea.net/forum/affich-18257-excel-to-count-with-condition
6	xxx	http://en.kioskea.net/forum/affich-18257-excel-to-count-with-condition
7	xxx	http://en.kioskea.net/forum/affich-18257-excel-to-count-with-condition
8	xxx	http://en.kioskea.net/forum/affich-18257-excel-to-count-with-condition
9	xxx	http://en.kioskea.net/s/excel-count-lots-of-words-in-column
10	xxx	http://en.kioskea.net/s/excel-count-lots-of-words-in-column
11	xxx	http://en.kioskea.net/s/excel-count-lots-of-words-in-column
12	xxx	http://en.kioskea.net/s/excel-count-lots-of-words-in-column</code>
Configuration: Windows XP Internet Explorer 6.0

Best answers for « Excel Count multiple names » in :
Connect a database (MDB) to excel Show[VBA] Connecting a database (MDB) to excel Below is a tips of how to connect an Access database (MDB) in an application excel Add reference Microsoft DAO object librairy X.X In a general module (eg Module1) paste the code below...
EXCEL: The INTERSECTION function ShowEXCEL: The INTERSECTION function You have a table consisting of rows and columns. Want to know the value of the cell at the intersection of a particular row / column in your table Example: Your table: - starts C3 to F3 ......
VBA: How to know everything about the file folder ShowVBA: How to know everything about the file folder Preliminaries In module In sheet1 module Preliminaries Open a new workbook Add a module In module ' Declare variables for wizard. Public balloon1 As Balloon Public balloon2...