+ Reply to Thread
Results 1 to 2 of 2

counting letters and numbers

  1. #1
    Registered User
    Join Date
    11-21-2008
    Location
    LT
    Posts
    1

    counting letters and numbers

    hi. need help

    i need to count letters in a excel have sutch documentin one line
    S|A|A|A|A|8,00|8,00|P|P|8,00|8,00|8,00|P|P|8,00|JB|8,00|VV|VV|P

    and in other line i have
    S|A|P|VV|JB

    how to count these letters?
    and write the number of these letters?
    I will sent an excel sheet of sutch thing.
    Attached Files Attached Files
    Last edited by VBA Noob; 11-21-2008 at 12:54 PM.

  2. #2
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Have you tried using Count ? Countif?

    For getting a Count of Numeric Entries you can use the Count Function
    It will count only the numeric entries in the row..

    < =COUNT($B8:$AF8) >

    Looking at the file I feel you need to check when the person was present or absent indicated by the Alphabets "P"/"A"...

    Simply use countif($B8:$AF8,"P") for Present Count and countif($B8:$AF8,"A") for Absent Count..

    For checking the Total hours...

    < SUM($B8:$AF8)>

+ 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