+ Reply to Thread
Results 1 to 8 of 8

Index+Match+Sum

  1. #1
    Registered User
    Join Date
    10-17-2019
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    19

    Index+Match+Sum

    Hi There,

    New mate here in this forum, can you please help with my problem, Please see attached file.
    Screen Shot 2019-10-17 at 12.53.57 PM.png

    The problem is, if I want to change the date to january target should be on january with specific seller, if change to Febuary target should be Jan+Feb and so on, I hope you understand my english. Appreciate your help pls.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: Index+Match+Sum

    See if you can adapt my suggestion here to suite your needs...
    https://www.excelforum.com/excel-for...t-formula.html
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    10-17-2019
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    19

    Re: Index+Match+Sum

    Thank you however I'm a little bit confuse on how to apply that on my problem. Appreciate your help

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,591

    Re: Index+Match+Sum

    Try this.
    In G10

    =INDEX($B$3:$D$5,MATCH($F10,$A$3:$A$5,0),MATCH($F$8,$B$2:$D$2,0))
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Registered User
    Join Date
    10-17-2019
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    19

    Re: Index+Match+Sum

    Hi there tried the formula, it will change the target month on month, however i want to happen is
    -- When changing the date to Febuary, the new target is ( Jan + Feb )., if to change to March the new target is ( Jan + Feb + Mar ) and so on.. is this possible?

  6. #6
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,591

    Re: Index+Match+Sum

    Pl upload a sample file.


    To attach a file to your post: (Please no pics or screenshots ... saves retyping data.),
    be sure to desensitize the data
    click “Go Advanced” (next to Post Quick Reply – bottom right),
    scroll down until you see “Manage Attachments”, click that,
    click “Browse”.
    select your file(s)
    click “Upload”
    click “Close window”
    click “Submit Reply”

    The file name will appear at the bottom of your reply.

  7. #7
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: Index+Match+Sum

    Please try.

    Please Login or Register  to view this content.
    Regards.

  8. #8
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Index+Match+Sum

    Untested, but something like this maybe: =SUMPRODUCT(($A$2:$A$5=$F$10)*(MONTH($B$2:$D$2)>=1)*(MONTH($B$2:$D$2)<=MONTH($F$8)),$B$3:$D$5)
    Click the * to say 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. [SOLVED] INDEX+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 AM

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