Forum Discussion
@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?
Riny_van_EekelenThis worked perfectly. Thank you for the kindness of your time.
-Martin
5 Replies
- Riny_van_EekelenPlatinum Contributor
MJBob Not sure I follow, but perhaps a Pivot Table could achieve what you want. It needs a slight restructure of your data though. Example is attached.
- MJBobCopper ContributorThank 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_EekelenPlatinum 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.