+ Reply to Thread
Results 1 to 3 of 3

Multiple IF formula

  1. #1
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Manchester
    MS-Off Ver
    Excel 2010
    Posts
    200

    Multiple IF formula

    Hi
    please could help with the below multiple IF formula

    IF D9 = New and D29 = Yes then D13 * 0.06 + 250
    IF D9 = New and D29 = No then D13 * 0.06 + 3500
    IF D9 = Existing and D29 = Yes then D13 * 0.06
    IF D9 = Existing and D29 = No then D13 * 0.06 + 3500

    thanks in advance

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Multiple IF formula

    hi there. maybe:
    =D13*0.06+IF(AND(D9="New",D29="Yes"),250,IF(AND(OR(D9={"New","Existing"}),D29="No"),3500,0))

    that's assuming you don't have other kinds of combinations. if you do, then:
    =IF(AND(D9="New",D29="Yes"),D13*0.06+250,IF(AND(OR(D9={"New","Existing"}),D29="No"),D13*0.06+3500,IF(AND(D9="Existing",D29="Yes"),D13*0.06,"")))

    if it doesn't work, upload a sample file & manually key in the results you are expecting to see. you should always do that anyway

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Manchester
    MS-Off Ver
    Excel 2010
    Posts
    200

    Re: Multiple IF formula

    perfect.
    many thanks

+ 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. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 AM
  2. Formula to lookup multiple text values in multiple columns
    By karimk in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-04-2013, 05:33 AM
  3. [SOLVED] Syntax for formula that uses multiple conditions inside of multiple IF statements
    By njmiller31 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2013, 11:55 AM
  4. Replies: 0
    Last Post: 11-08-2012, 01:07 PM
  5. Extract multiple rows from multiple worksheets with Index formula
    By RedApple in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-10-2011, 02:33 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