+ Reply to Thread
Results 1 to 4 of 4

Count frequency of a numerical value in a cell

  1. #1
    Registered User
    Join Date
    05-20-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    14

    Count frequency of a numerical value in a cell

    Hi,

    Is there any way I can count the frequency of an numerical value in a cell? For example I have the following data in a single cell.
    09/04/2009 - Client Office
    15/04/2009 - Client Office
    29/06/2009 - Lunch + Client Office
    How can I count the number of time that 2009 appears?

    Thanks in advance for any help.

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,005

    Re: Count frequency of a numerical value in a cell

    If your data at A1,

    B1
    =(LEN(A1)-LEN(SUBSTITUTE(A1,"2009","")))/LEN("2009")

    HTH,
    windknife

  3. #3
    Registered User
    Join Date
    05-20-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Count frequency of a numerical value in a cell

    I tried it out my file, but it is unable to work. Attached is a sample of the file I am working on, can you please tell me where do I went wrong?
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,005

    Re: Count frequency of a numerical value in a cell

    Your data is in a range.
    Try this,

    L3
    Please Login or Register  to view this content.
    Committed with Ctrl+Shift+Enter
    copied down.

    You can also see attached file.
    Hope this helps,
    windknife
    Attached Files Attached Files

+ 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