+ Reply to Thread
Results 1 to 5 of 5

Index Match to calculate data - Filter calculate

  1. #1
    Registered User
    Join Date
    06-18-2019
    Location
    Dallas, Texas
    MS-Off Ver
    windows 2013
    Posts
    72

    Index Match to calculate data - Filter calculate

    Hello,
    (I am attaching a file to explain my problem even more so). Basically, I have a huge list of data that changes daily due to new downloads (Sheet2 or data). I have the calculated values as the exact formulas on (NOTES sheet). These calculate per the entire data sheet. I need to be able to have a cell with maybe a drop down list, using index match to re-calculate per column k values(sheet2 or data sheet). That way i can choose either inc 1 or inc 2 or both to calculate value, almost like a filter calculate per filter. I will eventually add this to vba. I do not know if any of this is possible, but any help or explanations will be greatly accepted.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Index Match to calculate data - Filter calculate

    Please select Company criteria in I2:I4

    B3
    =AGGREGATE(15,6,Sheet2!I2:I99/(Sheet2!E2:E99>A3)/(Sheet2!G2:G99<=A4)/ISNUMBER(MATCH(Sheet2!$K$2:$K$99,Notes!$I$2:$I$5,)),1)

    C3
    =AGGREGATE(14,6,Sheet2!I2:I99/(Sheet2!E2:E99>A3)/(Sheet2!G2:G99<=A4)/ISNUMBER(MATCH(Sheet2!$K$2:$K$99,Notes!$I$2:$I$5,)),1)

    D3
    =SUMPRODUCT(Sheet2!I2:I99,(Sheet2!E2:E99>A3)*(Sheet2!G2:G99<=A4)*ISNUMBER(MATCH(Sheet2!$K$2:$K$99,Notes!$I$2:$I$5,)))/F3

    E3
    =SUMPRODUCT(Sheet2!J2:J99,(Sheet2!E2:E99>A3)*(Sheet2!G2:G99<=A4)*ISNUMBER(MATCH(Sheet2!$K$2:$K$99,Notes!$I$2:$I$5,)))/F3

    F3
    =SUMPRODUCT((Sheet2!E2:E99>A3)*(Sheet2!G2:G99<=A4)*ISNUMBER(MATCH(Sheet2!$K$2:$K$99,Notes!$I$2:$I$5,)))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-18-2019
    Location
    Dallas, Texas
    MS-Off Ver
    windows 2013
    Posts
    72

    Re: Index Match to calculate data - Filter calculate

    Thank you so much! how can I link the data validation like on yours?

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Index Match to calculate data - Filter calculate

    Create list of Company, Menu > Data > Data Validation > List > Source =range of company list.

  5. #5
    Registered User
    Join Date
    06-18-2019
    Location
    Dallas, Texas
    MS-Off Ver
    windows 2013
    Posts
    72

    Re: Index Match to calculate data - Filter calculate

    Thank you so much, for copying down the formulas in B and other columns what would I need to change in the code. or in the columns on Sheet2 if the date is 2020 as opposed to 2019, how could i show the specific company calculations and fill down? I just keep getting errors, because I need to pull all the INC's calculations for specific dates 2019-2025+.
    Last edited by Tgbell; 07-05-2019 at 10:50 AM.

+ 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 to calculate allocation
    By bkta99 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-28-2017, 05:20 PM
  2. [SOLVED] Using index match to calculate years of service
    By julesmctavish in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-21-2016, 06:29 PM
  3. Replies: 2
    Last Post: 11-03-2014, 02:29 PM
  4. [SOLVED] Should I use VLOOKUP or INDEX and MATCH (array) to calculate the data I need? (Part 1?)
    By HeyInKy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-09-2014, 10:16 AM
  5. sumproduct to calculate payout % or index match?
    By jw01 in forum Excel General
    Replies: 4
    Last Post: 12-09-2013, 05:51 PM
  6. [SOLVED] Index/Match - To calculate variance
    By Pavan.Sada.PS in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2013, 10:37 AM
  7. Calculate month to date returns, index and match
    By nickmangan in forum Excel General
    Replies: 2
    Last Post: 07-13-2012, 07:01 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