+ Reply to Thread
Results 1 to 3 of 3

counting formulas needed

  1. #1
    Registered User
    Join Date
    09-24-2012
    Location
    Olathe, KS
    MS-Off Ver
    Excel 2010
    Posts
    7

    counting formulas needed

    First formula needed:
    I have a training spreadsheet with a column that I want to put a Y (stands for training required), an N (stands for training not required), or the date (10/12) when training was done. I need a formula that I can put at the bottom of each column that will tell me how many people require training in that column. In other words I need it to count the Y's and the dates but not count the N's.

    Second formula needed:
    Then once that figures how many people are required to do the training I would like a formula in the box below that one that would give me the percentage of employees that have completed training. In other words the formaula I think would needs to take the previous answer and somehow use the qty of boxes with the dates (training completed already) to give me a percentage of employees that have completed training.

    Any help would be appreciated.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: counting formulas needed

    hi SBURTON. assuming your data is in A1:A10, try this for the 1st one:
    =COUNTIF(A1:A10,"<>"&"n")

    and assuming the 1st formula is in Cell C5, try this formula for the 2nd:
    =COUNTIF(A1:A10,">1")/C6

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    09-24-2012
    Location
    Olathe, KS
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: counting formulas needed

    benishiryo, perfect, your amazing, the people on this forum are so helpful and smart!

+ 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