+ Reply to Thread
Results 1 to 4 of 4

Index/Match Multiple Rows

  1. #1
    Forum Contributor
    Join Date
    05-01-2018
    Location
    Maine
    MS-Off Ver
    2010
    Posts
    114

    Index/Match Multiple Rows

    Hello,

    I am trying to figure out a way to add together multiple values after the formula finds text in a cell the next column over. I attached an example workbook.

    The code will need to search column G for the word 'cancelled' and if found then add the value to the left of it. I have a working index/match formula (its included in the example workbook on I4) but it only returns the first value when it finds the word 'cancelled'. I am needing a formula that will add all values to the left of the word 'cancelled'. Sometimes the word may appear 10 times and the formula will need to add together all 10 values, after finding the matching text in the next column over.

    Just a quick note- the values and data will change many times without closing the workbook. We are using this to generate a PDF for the total of all cancelled files for multiple employees. When we put in new info all values and the amount of cancelled/active loans will change drastically. That will happen about 40-50 times without closing the workbook.

    Thank you for looking at my issue and in advance for any help. I have never created a formula that adds multiple values based on index so I am stumped.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,942

    Re: Index/Match Multiple Rows

    Just use SUMIF:

    =SUMIF(G:G,"Cancelled",F:F)
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Contributor
    Join Date
    05-01-2018
    Location
    Maine
    MS-Off Ver
    2010
    Posts
    114

    Re: Index/Match Multiple Rows

    Oh my gosh. I was totally overthinking it and complicating it way more than I needed. I feel so silly now. Thank you and sorry to take up your time.

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,942

    Re: Index/Match Multiple Rows

    It's all part of the learning curve

+ 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. How to use index match for multiple rows
    By Sebbboa in forum Office 365
    Replies: 3
    Last Post: 03-07-2021, 02:07 PM
  2. Index Match multiple rows
    By RonronWaldey in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-25-2019, 09:08 AM
  3. Match Index (Multiple rows)
    By takeawalkk in forum Excel General
    Replies: 4
    Last Post: 02-02-2018, 03:58 PM
  4. [SOLVED] INDEX/MATCH (multiple critera in multiple rows and columns)
    By swma in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-01-2016, 10:02 AM
  5. Replies: 11
    Last Post: 02-01-2016, 04:58 PM
  6. Help using Index/Match for multiple rows with same value
    By Alex.Venables20 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-22-2015, 01:41 PM
  7. Sum Multiple Rows with an Index/Match
    By amartin575 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-20-2013, 06:13 AM

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