+ Reply to Thread
Results 1 to 9 of 9

IF function to define over budget or under budget

  1. #1
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Post IF function to define over budget or under budget

    Hello I am taking online courses and I have an assignment that calls for using the "if"function. I am working on a personal budget and have to put in over budget or under budget. I am completely lost as to where to put the formula. I am a new user of Excel.
    Attached Files Attached Files
    Last edited by mrose; 06-15-2012 at 02:31 PM.

  2. #2
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Please help with the "if" function

    I have manually put in the over and under without using the functions but I need to know how to use the function;

  3. #3
    Forum Contributor
    Join Date
    02-14-2011
    Location
    West Valley City, Utah
    MS-Off Ver
    Excel 2010
    Posts
    108

    Re: Please help with the "if" function

    Good morning mrose,
    IF functions are actually quite easy to use (though they can definitely get tricky!). As a basic introduction, IF functions have 3 criteria, the first being what you are testing for (So if A1 has a drop down that has both 1 and 2 as an option and you want B1 to say "yes" if A1 has a 1 in it, or "no" if A1 does not have a 1, you would put it as =IF(A1="1", "yes', "no"). The second criteria (after the first comma, or A1="1",) is the value you want to return if the first criteria is met. The third criteria is what you want it to return if the first criteria isn't met.

    So, with your specific example, you will want to do =IF("total monthly amount> total monthly budget", "over","under").

  4. #4
    Forum Contributor Russell Dawson's Avatar
    Join Date
    03-01-2012
    Location
    Yorkshire, England
    MS-Off Ver
    2007
    Posts
    608

    Re: Please help with the "if" function

    In P2 - (assuming your budget is the average spend per month in M15)

    =IF(M2<=$M$15,"Under","Over")

    Then copy down

    Regards

    Russell
    If I helped, please don't forget to add to my reputation. (click on the star below the post)

    If the problem is solved, please: Select Thread Tools (on top of your 1st post) -> Mark this thread as Solved.

    Failure is not falling down but refusing to get up.

  5. #5
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Please help with the "if" function

    thank you for your help

  6. #6
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Please help with the "if" function

    Ok thank you, I guess my next problem would be where do I enter the formula? I have clicked on insert function and put that in and get an error message that there is something wrong with the formula. I know this is a simple task but... its not simple for someone who has never used it.

  7. #7
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: IF function to define over budget or under budget

    Hi mrose,

    Are you speaking about the formula in post #4?

    Copy the formula >> go to your worksheet >> select the first cell where the formula should start >> paste

    Should be fine from there and then grab the fill handle and drag down.
    HTH
    Regards, Jeff

  8. #8
    Forum Contributor Russell Dawson's Avatar
    Join Date
    03-01-2012
    Location
    Yorkshire, England
    MS-Off Ver
    2007
    Posts
    608

    Re: IF function to define over budget or under budget

    mrose - read my post carefully ( I put it next to your manual entries so you can compare)

    Come back if you still need help.

    Regards

    Russell
    Last edited by Russell Dawson; 06-15-2012 at 02:51 PM. Reason: Clarity

  9. #9
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: IF function to define over budget or under budget

    Aha!! thank you so much

+ 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