+ Reply to Thread
Results 1 to 4 of 4

Multiple If Statements in One

  1. #1
    Registered User
    Join Date
    06-13-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    74

    Multiple If Statements in One

    If trying to do an If statment that combines two things.

    In cell F25 I have an actual result, in cell D25 I have a goal, if the result is greater than the goal which is 1, the result is zero, but if it equals 1(the value of cell D25) then the desired output is cell B25. I also have a maximum goal of zero in E25 and if cell F25 = E25 the desired output should be B25*B20.

    I know it has to be a combination of If/And statments, just having trouble coming up with the formula.

    Any suggestions?

  2. #2
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Multipl If Statments in One

    easier to up a book to let us see but here we go something like

    =IF(F25=E25,B25*B20,IF(F25>D25,0,IF(F25=D25,B25)))

    bit confusing what your tring to do.
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  3. #3
    Registered User
    Join Date
    06-13-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    74

    Re: Multipl If Statments in One

    Thank alot, works perfect!

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Multipl If Statments in One

    great, try not to use to many nested ifs it can get confusing to anyone viewing your sheet.

    (also rember to mark your thread solved)

+ 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