+ Reply to Thread
Results 1 to 2 of 2

Count number of times a specific number is displayed in cells

  1. #1
    subs
    Guest

    Count number of times a specific number is displayed in cells

    How can you count the number of times a specific number is displayed in a
    group of cells?



  2. #2
    Tom Ogilvy
    Guest

    Re: Count number of times a specific number is displayed in cells

    =countif(A1:Z26,123)

    if some of the cells contain the number 123

    or in VBA

    msgbox Application.Countif(Range("A1:Z26"),123)

    --
    Regards,
    Tom Ogilvy

    "subs" <[email protected]> wrote in message
    news:[email protected]...
    > How can you count the number of times a specific number is displayed in a
    > group of cells?
    >
    >




+ 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