+ Reply to Thread
Results 1 to 3 of 3

NEED HELP WITH MULT IFs STATEMENT WITH INDEXING

  1. #1
    Registered User
    Join Date
    02-25-2022
    Location
    California, USA
    MS-Off Ver
    microsoft 365
    Posts
    32

    NEED HELP WITH MULT IFs STATEMENT WITH INDEXING

    Hello all Gurus,

    I hope everyone is having a great day. I'm hoping someone can help me create a formula that solves this scenario.

    I have a table that I want to add a column that captures the value from another source table. If you look at the provided data sample provided, column D's value is based on two criteria, columns B & C. With those two criteria, I want to index the value from the source table. I have included the expected result in red fonts to show what i want to achieve. There are also times when column B or C is missing data. When that error occurs, just leave it cell blank. The layout of the source table can be adjusted if there is a more simplified way of listing them to achieve the same result. I'm open to any modification that you see fit.

    Thank you for taking the time out of your day to assist.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: NEED HELP WITH MULT IFs STATEMENT WITH INDEXING

    Change I1 in A

    Change J1 in B

    D2=INDEX($H$1:$J$8,MATCH($B2,$H$1:$H$8,0),MATCH($C2,$H$1:$J$1,0)) and drag down.


    See the attached file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,069

    Re: NEED HELP WITH MULT IFs STATEMENT WITH INDEXING

    Try this:
    =SUMPRODUCT((Table37[[A_Value]:[B_Value]])*(Table37[Code_Num]=[@[Code_Num]])*(LEFT(Table37[[#Headers],[A_Value]:[B_Value]],1)=[@Type]))

+ 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] Sum Across Mult Sheets
    By day92 in forum Excel General
    Replies: 2
    Last Post: 11-01-2019, 02:40 PM
  2. [SOLVED] Max Value - Mult. Criteria
    By coda1395 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-04-2013, 08:27 AM
  3. Mult Regression UDF
    By benjamin734 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-04-2013, 04:31 AM
  4. Excel 2007 : mult numbers possible?
    By RICHARD PRYOR in forum Excel General
    Replies: 2
    Last Post: 12-06-2011, 09:13 AM
  5. if statement/indexing
    By narrowgate88 in forum Excel General
    Replies: 3
    Last Post: 06-17-2009, 02:22 PM
  6. [SOLVED] edit across mult. wkbooks
    By svoynic48 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  7. same chg in mult wkbooks
    By svoynic48 in forum Excel General
    Replies: 0
    Last Post: 09-02-2005, 12: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