+ Reply to Thread
Results 1 to 6 of 6

SUM Multiple INDEX(MATCH( formulas

  1. #1
    Forum Contributor
    Join Date
    05-27-2012
    Location
    New Brunswick, Canada
    MS-Off Ver
    Excel 2016
    Posts
    327

    SUM Multiple INDEX(MATCH( formulas

    A1 formula =INDEX('WFA - Consumer Daily Why'!29:29,MATCH($1:$1,'WFA - Consumer Daily Why'!$10:$10))
    B2 formula =INDEX('WFA - Consumer Daily Why'!30:30,MATCH($1:$1,'WFA - Consumer Daily Why'!$10:$10))
    C3 formula =INDEX('WFA - Consumer Daily Why'!31:31,MATCH($1:$1,'WFA - Consumer Daily Why'!$10:$10))
    D4 formula =INDEX('WFA - Consumer Daily Why'!32:32,MATCH($1:$1,'WFA - Consumer Daily Why'!$10:$10))
    E5 formula =INDEX('WFA - Consumer Daily Why'!33:33,MATCH($1:$1,'WFA - Consumer Daily Why'!$10:$10))
    F6 formula =INDEX('WFA - Consumer Daily Why'!34:34,MATCH($1:$1,'WFA - Consumer Daily Why'!$10:$10))

    As you can see in bold, each formula pulls a different row from 29 to 34.
    I know I could do =SUM(A1,B2,C3,D4,E5,F6) but I was hoping I could do a formula where I just put something like 29:34 somewhere.

    Ideas?

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: SUM Multiple INDEX(MATCH( formulas

    =sum('WFA - Consumer Daily Why'!29:34*($1:$1='WFA - Consumer Daily Why'!$10:$10))
    it's not efficient to link the whole column and row

  3. #3
    Forum Contributor
    Join Date
    05-27-2012
    Location
    New Brunswick, Canada
    MS-Off Ver
    Excel 2016
    Posts
    327

    Re: SUM Multiple INDEX(MATCH( formulas

    After a bit of searching on Google videos, just thought I'd share what ended up working. I appreciate your help though tim
    =SUM(INDEX('WFA - Consumer Daily Why'!29:32,,MATCH(1:1,'WFA - Consumer Daily Why'!10:10)))
    Last edited by Wheelie686; 11-27-2018 at 09:00 PM.

  4. #4
    Forum Contributor
    Join Date
    05-27-2012
    Location
    New Brunswick, Canada
    MS-Off Ver
    Excel 2016
    Posts
    327

    Re: SUM Multiple INDEX(MATCH( formulas

    So after attempting this with difference sheets, both Tim's solution and my own seem to fail. I've attached a stripped down workbook (minus some sensitive data).
    Attached Files Attached Files

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: SUM Multiple INDEX(MATCH( formulas

    In sheet "WFA - Escalations Daily Why" cell "D7"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    copy paste to right till data.
    "C11"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy paste down.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Ensure press SHIFT+CTRL+ENTER

    File attach.
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: SUM Multiple INDEX(MATCH( formulas

    try
    =SUM(INDEX('WFA - Escalations Daily Why'!29:29,MATCH($1:$1,'WFA - Escalations Daily Why'!$9:$9,0)):INDEX('WFA - Escalations Daily Why'!32:32,MATCH($1:$1,'WFA - Escalations Daily Why'!$9:$9,0)))
    or
    =SUM(OFFSET(INDEX('WFA - Escalations Daily Why'!29:29,MATCH($1:$1,'WFA - Escalations Daily Why'!$9:$9,0)),,,4,))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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] Multiple index+match formulas to get non-zero value data from column and return row value
    By excel-lent13 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 10-03-2018, 02:05 PM
  2. Combine Multiple Complex Index Match Formulas to one Formula
    By Brawnystaff in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-19-2015, 10:55 PM
  3. [SOLVED] Trouble stacking multiple Index and match formulas with sumifs
    By Prankster182 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-07-2015, 08:37 AM
  4. [SOLVED] Combining 3 Formulas: Return all Names that Match Criteria Using Index/Match
    By bchilme in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-29-2014, 09:28 AM
  5. Help using multiple index/match formulas, please
    By hlansford in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-11-2014, 09:37 AM
  6. [SOLVED] Multiple index match formulas instead of static if vlookup
    By fredstyler in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-15-2014, 07:55 AM
  7. index and match formulas
    By sp1974 in forum Excel General
    Replies: 2
    Last Post: 02-16-2010, 12: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