+ Reply to Thread
Results 1 to 4 of 4

Counting number of entries in a range?

Hybrid View

r055c Counting number of entries in... 10-20-2008, 03:29 PM
MartinShort Try using the CountIf... 10-20-2008, 03:41 PM
r055c I can't believe it was that... 10-20-2008, 03:42 PM
malnahar Hi, Thank you every body. ... 10-20-2008, 04:06 PM
  1. #1
    Registered User
    Join Date
    10-20-2008
    Location
    home
    Posts
    2

    Counting number of entries in a range?

    Hi Guys.

    I'm working on a report for work and i need to be able to count the entries from within a range.

    I've searched the web (and here) but can only find out how to bring back the number of UNIQUE entires. My problem is that I'm wanting to find multiple entries.

    This may be easier if i show you what i mean

    Data:
    --------------------

    Bloggs1
    Bloggs2
    Bloggs3
    Becham1
    Becham2
    Becham3


    How can i get this so that it will search for all entires that have the value 'Bloggs' in it?

    I know it will probably be easier by counting the all the bloggs separately and then adding them together but i'm sure there must be an easier way



    Thanks in advance

  2. #2
    Forum Contributor
    Join Date
    04-11-2005
    Location
    London
    Posts
    259
    Try using the CountIf function. Assuming your range is copied to A3:A8, it would look like the below; anything starting with bloggs. If you needed to, you could put another wildcard "*" at the beginning of the search string.
    =COUNTIF(A3:A8,"bloggs*")
    HTH
    Martin
    Martin Short

  3. #3
    Registered User
    Join Date
    10-20-2008
    Location
    home
    Posts
    2
    I can't believe it was that simple. been pulling my hair out at work all day trying to figure that out.

    The * did come into my head but thought that was too simple so never give it ago.

    Thanks for the help

  4. #4
    Forum Contributor
    Join Date
    02-12-2008
    Location
    Doha-Qatar
    MS-Off Ver
    Excel 2007
    Posts
    137
    Hi,
    Thank you every body.

    I may require some explanation on the above if you please, what is (wildcard "*" at the beginning of the search string), would you please provide an example


    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 03-13-2008, 06:11 AM
  2. Counting number of times a Text pattern appeared in a range
    By khalidawan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-13-2008, 05:35 AM
  3. Finding highest number in a range of cells
    By marcusr in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-20-2007, 08:42 AM
  4. Counting the number of instances
    By jswarb001 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-09-2007, 08:24 AM
  5. Counting numbers in a specified range
    By riggijos in forum Excel General
    Replies: 1
    Last Post: 12-08-2006, 11:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1