+ Reply to Thread
Results 1 to 3 of 3

Counting case-sensitive values withon a range of cells

Hybrid View

Jessika Counting case-sensitive... 02-13-2007, 03:56 PM
VBA Noob Hi, Try ... 02-13-2007, 04:15 PM
VBA Noob Sorry Try ... 02-13-2007, 04:28 PM
  1. #1
    Registered User
    Join Date
    02-13-2007
    Posts
    9

    Counting case-sensitive values withon a range of cells

    Hi everybody!!
    Can anyone help me...Lets say from A!:A5, I have
    A in A1
    a in A2
    A in A3
    a in A4
    A in A5How can I count the number of A and the number of a?
    Please help,,, badly need it now..am stuck


    Jessika

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Try

    =SUMPRODUCT(--(EXACT(A1:A5,UPPER("A"))))

    =SUMPRODUCT(--(EXACT(A1:A5,Lower("A"))))

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Sorry

    Try

    =SUMPRODUCT(LEN(A1:A5)-LEN(SUBSTITUTE(A1:A5,"a","")))

    VBA Noob

+ 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