Seemingly simple in concept, I have yet to find a clean solution.
I'm working from two data sources. One contains data on ACTIVE MLS listings. The other data on SOLDs. Both data sets contain essentially the same column structure. For each ACTIVE row I want to group all SOLDs from the same subdivision. The kicker is I need to screen the SOLDs against criteria based on data in the ACTIVE row first.
I've tried pivoting, sorting, filtering, and index(match) to no avail.
Any other ideas?
Craig Meyers, BSNucE, PE
I'm working from two data sources. One contains data on ACTIVE MLS listings. The other data on SOLDs. Both data sets contain essentially the same column structure. For each ACTIVE row I want to group all SOLDs from the same subdivision. The kicker is I need to screen the SOLDs against criteria based on data in the ACTIVE row first.
I've tried pivoting, sorting, filtering, and index(match) to no avail.
Any other ideas?
Craig Meyers, BSNucE, PE