+ Reply to Thread
Results 1 to 3 of 3

Help: What function do I need to use in order to add points to a cell if criteria are met?

  1. #1
    Registered User
    Join Date
    01-31-2015
    Location
    Louisiana
    MS-Off Ver
    Office 365 2013
    Posts
    3

    Help: What function do I need to use in order to add points to a cell if criteria are met?

    In a gradebook simulation I need to figure out how to add points to a final average if the bonus criteria are met. If both the attendance bonus cell AND the HW bonus cell are filled with "y" I need to add 6 points to the final average. If either the attendance bonus OR the HW bonus cells are filled with "y" I need to add 2 points to the final average. Anyone know how I would go about this or what function I need to use?

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Help: What function do I need to use in order to add points to a cell if criteria are

    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 go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    and also..

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Help: What function do I need to use in order to add points to a cell if criteria are

    =average(...) + if(countif(A1:B1,"Y")=2,6,if(countif(A1:B1,"Y")=1,2,0))
    A1 attendance bonus cell
    B1 HW bonus cell



    EDIT: I think the title is valid except for the "HELP". @tacomcnacho can you amend it and delete the "Help:" wordings thank you.
    Last edited by vlady; 02-04-2015 at 01:28 AM.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ranking teams in order based on points
    By Losguapos1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-17-2014, 11:41 AM
  2. Assign number based on sort order (Step Ladder points)
    By benjya in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-21-2012, 01:24 AM
  3. Awarding points in inverse order with continuous ranking
    By matty ice in forum Excel General
    Replies: 3
    Last Post: 05-04-2011, 05:51 PM
  4. Sort results in order of points for pool league
    By mattandrew in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-01-2010, 10:01 AM
  5. Plot order of lines and points in XY scatterplots
    By Elizabeth in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-01-2006, 06:10 PM

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