Results 1 to 7 of 7

How to analyze multiple conditions in a row, return an answer in the same row, new column

Threaded View

  1. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,687

    Re: How to analyze multiple conditions in a row, return an answer in the same row, new col

    Have look at the attached:

    I have used the following as a basic calculation:

    =SUMPRODUCT((Sheet1!$D$4:$D$38=$A6)*(Sheet1!$E$4:$G$38)*(Sheet1!$E$3:$G$3=$B6))+SUMPRODUCT((Sheet1!$D$4:$D$38=$A6)*((Sheet1!$H$3:$H$3=$B6)*(Sheet1!$E$4:$H$38)*$C6))

    I have effectively combined two lookups: one for the flat rate commission (first SUMPRODUCT) and "added" the "appraisal" % calculation ( second SUMPRODUCT): it will be one or the other

    Alternatives could include testing if it as an "Appraisal" and separating the calculations:

    =IF (Appraisal, SUMPRODUCT #2, SUMPRODUCT #1)

    In the above SUMPRODUCT #2 could be replaced with a VLOOKUP

    =VLOOKUP(A6,Sheet1!D4:H38,5,0)*C6
    Attached Files Attached Files
    Last edited by JohnTopley; 09-05-2015 at 11:34 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Comparing multiple value to return an answer
    By bertique in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-20-2015, 12:48 AM
  2. [SOLVED] Return an answer from a column; using an array and a single row ...
    By wesrockin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-28-2013, 03:21 AM
  3. [SOLVED] Simple formula to match column A, sheet1, with column A, sheet2, return text answer
    By Connie5761 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 11-14-2012, 02:56 PM
  4. [SOLVED] Return column header by comparing multiple row values conditions
    By aschom in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2012, 08:52 PM
  5. Replies: 9
    Last Post: 11-24-2011, 01:56 PM
  6. Lookup Multiple Criteria return One answer
    By cbanks in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-26-2006, 04:10 PM

Tags for this Thread

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