+ Reply to Thread
Results 1 to 3 of 3

Filtered table without using Pivot

  1. #1
    Forum Contributor
    Join Date
    12-03-2008
    Location
    Key West, FL
    MS-Off Ver
    365 Apps for Enterprise
    Posts
    665

    Filtered table without using Pivot

    I've attached a workbook which has a table of raw data on the left. The columns for this data are a timestamp, and a dollar amount.

    To the right, I've got a "desired output" table. The desired output includes only data from the left table which falls within certain timeframes. These timeframes are shown to the right.

    In other words, the desired output table will have a timestamp, and a dollar amount, in chronological order, showing only data from the original table which fits within specified time constraints.

    Is there a way to create this new table without using PivotTables?

    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: Filtered table without using Pivot

    Please try at M6:Nxx

    =IFERROR(INDEX($I:$J,AGGREGATE(15,6,ROW($J$6:$J$112)/ISNUMBER(MATCH(--TEXT(MID($J$6:$J$112,12,2),"0;;0;-\1"),$P$6:$P$11,)),$L6),COLUMNS(M6:$N6)),"")
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    12-03-2008
    Location
    Key West, FL
    MS-Off Ver
    365 Apps for Enterprise
    Posts
    665

    Re: Filtered table without using Pivot

    Yes, that works. Thank you! I would have never thought of using Aggregate.

+ 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] Getting Filtered Pivot table in a Pop-Up
    By BobZZ in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-23-2018, 10:27 AM
  2. How to loop through a filtered pivot table in vba
    By Echeb in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-22-2016, 11:25 AM
  3. Replies: 2
    Last Post: 12-18-2016, 08:37 PM
  4. Check is pivot table filtered
    By zico8 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-13-2016, 02:05 AM
  5. Format pivot table if filtered
    By zico8 in forum Excel General
    Replies: 0
    Last Post: 09-12-2016, 07:54 AM
  6. create a pivot table on a filtered table
    By bzl in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-19-2015, 06:55 AM
  7. Return value from a filtered pivot table
    By Jonathan9 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-28-2013, 06:05 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