+ Reply to Thread
Results 1 to 3 of 3

Counting Multiples Values in one cell

  1. #1
    Registered User
    Join Date
    07-02-2012
    Location
    Fort Knox, ky
    MS-Off Ver
    Excel 2007
    Posts
    8

    Counting Multiples Values in one cell

    This may be similar to the above threads but I cannot get it to work. What I have is this: I am trying to count the number of cells that have a value in it. For example: cell A1 has a value of 4, and A2 a value of 8. The total count in Cell A3 is 2. Real simple…I got this part… The problem is, what if I have two values in a cell. For example, Cell A1 has a value of 4,5 and cell A2 has a value of 8. When I do a count on this, the total count in cell A3 returns a value of 1. It only recognizes Cell A2, not A1. ANY Suggestions??

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Counting Multiples Values in one cell

    =sumproduct(len(a1:a10)-len(substitute(a1:a10,",",""))+1)-countblank(a1:a10)
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    07-02-2012
    Location
    Fort Knox, ky
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Counting Multiples Values in one cell

    Thank you very much!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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