+ Reply to Thread
Results 1 to 7 of 7

Trying to create an IF function with an AND statement

  1. #1
    Registered User
    Join Date
    03-06-2015
    Location
    USA
    MS-Off Ver
    2010
    Posts
    59

    Trying to create an IF function with an AND statement

    Hello,

    I am trying to write an IF function that will add 10 extra points to a grade if extra points are available and the points earned are greater than zero.

    Here's an image of my current spreadsheet



    So what I am trying to do with this IF function is, if the number in B23 is greater than zero, add whatever that number is to B20, and have the answer populate in B24 as a percent. If possible also populate the corresponding letter grade into B25. If this part is not possible I can always use VLOOKUP for B25 to figure out the corresponding grade based on the new percentage in B24.

    Thank you!
    Attached Images Attached Images
    Last edited by BillJo; 03-16-2015 at 06:16 PM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,743

    Re: Trying to create an IF function with an AND statement

    can you attach a sample spreadsheet rather than a image saves typing all the data in ourselves
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    03-06-2015
    Location
    USA
    MS-Off Ver
    2010
    Posts
    59

    Re: Trying to create an IF function with an AND statement

    Thank you for the reply.

    I am new on here, how do I do that?

  4. #4
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Trying to create an IF function with an AND statement

    You can upload a sample workbook by clicking on go advanced button below and then selecting the paper clip icon from the icons above
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,743

    Re: Trying to create an IF function with an AND statement

    To attach a file to your post,
    click "Go advanced" (next to quick post),
    scroll down until you see "manage Attachments",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.

  6. #6
    Registered User
    Join Date
    03-06-2015
    Location
    USA
    MS-Off Ver
    2010
    Posts
    59

    Re: Trying to create an IF function with an AND statement

    Thank you all.

    I have uploaded the spreadsheet.
    Attached Files Attached Files

  7. #7
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,743

    Re: Trying to create an IF function with an AND statement

    for B24 ,
    =IF(B23>0,(SUM(PointsEarned)+B23)/SUM(PointsPossible),"")
    for b25
    =IF(B23>0, VLOOKUP(B24,GradingScale,2,TRUE),"")
    Attached Files Attached Files

+ 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. Create if statement with two parameters
    By RinorM in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-22-2014, 10:35 AM
  2. How to Create an IF Statement with Two Conditions
    By NormanH in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-04-2013, 01:55 PM
  3. How To Create If Statement For Only When There Is Content
    By alulla in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-26-2013, 11:20 AM
  4. If Question-What i need to do is create a statement?
    By superkopite in forum Excel General
    Replies: 6
    Last Post: 02-17-2011, 11:42 AM
  5. [SOLVED] Create:If Statement
    By bodhisatvaofboogie in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-14-2006, 05:35 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