+ Reply to Thread
Results 1 to 4 of 4

How do i calculate totals based on yes/no lists?

  1. #1
    Registered User
    Join Date
    05-04-2010
    Location
    Plymouth, UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    How do i calculate totals based on yes/no lists?

    I've been given the task to produce a spreadsheet to track the amount of refunds given to customers for a team of people. The general formatting i can sort out and normally i can work out formulae but i'm stuck today

    each agent on the team has their own worksheet to enter the details and that is mapped across to the main sheet for easy viewing.

    I have a column "Correct?" with drop down list in each cell with a yes or no option.

    I need it to calculate the number of refunds that are correct, so far i have this formula . .. .

    =IF(E9="yes","1",0)

    which means i've got a hidden column of 1s and 0s but i cannot for the life of me get a total of that column!!!

    Any help greatly appreciated

    Chunk
    Last edited by kingchunk; 05-04-2010 at 06:29 AM. Reason: rules

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: can't work out formula!!! :(

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

  3. #3
    Registered User
    Join Date
    03-23-2010
    Location
    Watford, England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: How do i calculate totals based on yes/no lists?

    Chunk,

    I think i am right in thinking that you would like to calculate the total number of correct refunds (rather than the total that the correct refunds equate to), in which case the following formula should help...

    =COUNTIF(E1:E10,"YES")

    ...just change the range E1:E10 to suit your needs.

    James

  4. #4
    Registered User
    Join Date
    05-04-2010
    Location
    Plymouth, UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How do i calculate totals based on yes/no lists?

    FANTASTIC!!

    Thanks very much for your help

    Chunk

+ 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