+ Reply to Thread
Results 1 to 11 of 11

How to enter value formula to solve the problem

  1. #1
    Registered User
    Join Date
    05-06-2016
    Location
    Schaumburg
    MS-Off Ver
    2013
    Posts
    20

    How to enter value formula to solve the problem

    HI I need help with solving this problem. In cell I5, enter an “AND” IF function that enters “F5*.10” if the value in the Program range is English AND the value in the Level range is 1. If neither of these criteria are met, nothing is entered. You should see FALSE in cell I5 and $200 in cell I7. please replay back to me as soon as possible.
    Last edited by se7en2001; 05-07-2016 at 04:44 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: How to enter value formula to solve the problem

    your request is rather vague. In general an IF AND statement goes something like this... =IF(AND(condition1,condition2,etc or end here),do this,else do that) So if you want to look at A2=english and B2=1 then take F5 times .1 or make it false and I'm not sure how I7 factors in, that might be a different formula as you can't have a formula that affects a different cell, only the cell it is in. So, =IF(AND(A2="english",B2=1),F5*.1,FALSE) might work. Then maybe in I7 you put something like ...=IF(I5=FALSE,200,"") and format as currency.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: How to enter value formula to solve the problem

    This is a total guess, based on what I think you want...
    =IF(and(B2="english",C2=1),F5*0.1,"")

    You should see FALSE in cell I5 and $200 in cell I7. please replay back to me as soon as possible.
    I have no idea what that means?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    05-06-2016
    Location
    Schaumburg
    MS-Off Ver
    2013
    Posts
    20

    Re: How to enter value formula to solve the problem

    That is the result you should see if you do it right.

  5. #5
    Registered User
    Join Date
    05-06-2016
    Location
    Schaumburg
    MS-Off Ver
    2013
    Posts
    20

    Re: How to enter value formula to solve the problem

    I am still having trouble with this problem and i typed in the right formula but it only shows the I4 and I17. I can send you tile file to see if someone can help me. thank youHwangbo_StudentAccounting.xlsx

  6. #6
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: How to enter value formula to solve the problem

    Why is I4 looking in rows 5 and 6 for the AND() conditions? Shouldn't it be looking in row 4?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  7. #7
    Registered User
    Join Date
    05-06-2016
    Location
    Schaumburg
    MS-Off Ver
    2013
    Posts
    20

    Re: How to enter value formula to solve the problem

    because my homework assignment was to enter it in I5

  8. #8
    Registered User
    Join Date
    05-06-2016
    Location
    Schaumburg
    MS-Off Ver
    2013
    Posts
    20

    Re: How to enter value formula to solve the problem

    Hwangbo_StudentAccounting.xlsx

    Here is the one that is updated.

  9. #9
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: How to enter value formula to solve the problem

    You made some errors in entering the formula. The formula in I5 should be
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    I don't know why I5 was chosen but I4 should be
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Here is your workbook with the corrected formula
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  10. #10
    Registered User
    Join Date
    05-06-2016
    Location
    Schaumburg
    MS-Off Ver
    2013
    Posts
    20

    Re: How to enter value formula to solve the problem

    Thank you SO much for help~

  11. #11
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to enter value formula to solve the problem

    Quote Originally Posted by newdoverman View Post
    =IF(AND(D5="english",E5=1),F5*0.1,FALSE)

    =IF(AND(D4="english",E4=1),F4*0.1,FALSE)
    If you want the result to be FALSE you can just omit the FALSE argument as it will default to FALSE.

    =IF(AND(D5="english",E5=1),F5*0.1)

    =IF(AND(D4="english",E4=1),F4*0.1)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] How do I solve for C?
    By tommystanek in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-03-2015, 06:44 PM
  2. maybe a VBA can solve this?
    By blens1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-01-2014, 09:52 PM
  3. Please solve this
    By loki7431 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-01-2013, 10:58 AM
  4. Solve
    By abhijit_an in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-21-2007, 04:52 AM
  5. how to solve this?
    By jackoat in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2006, 08:11 PM
  6. ..:: Please solve this ::..
    By dealoflove in forum Excel General
    Replies: 4
    Last Post: 03-25-2006, 06:40 PM
  7. [SOLVED] How to solve?
    By Lee Tow in forum Excel General
    Replies: 2
    Last Post: 06-24-2005, 08:05 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