Forum Discussion

MJBob's avatar
MJBob
Copper Contributor
Mar 08, 2021
Solved

@Matching_dates in disparate columns and related values in adjoining columns

I have to columns of dates (A and C) with values related to each (column B and D, respectively).  The dates are not all the same in A and C.  I'm looking to find the rows that do match dates and compare their respective values (same row, next column) so that a chart comparing the relative values of only matching dates can be created.  Ideas?

5 Replies

    • MJBob's avatar
      MJBob
      Copper Contributor
      Thank you for the sample. What I'm trying to do is find common dates for the two data sets -- in essence see all rows that have data for both "market" and "recorded" only when they can be compared (no blanks). You pivot table gets me part of the way there, but how do I remove the rows with blanks? Looks like I'm going to have to take a refresher on Pivot Tables, too! Again, thank you for your expertise and help. - Martin
      • Riny_van_Eekelen's avatar
        Riny_van_Eekelen
        Platinum Contributor

        MJBob Try this:

        Select Cell H4

        Put on a Filter

        Both columns in the pivot table will now show a filter button

        Filter out blanks in both columns to be left with a list that has amounts in both.

Resources