dreid1011
Well-known Member
- Joined
- Jun 4, 2015
- Messages
- 3,605
- Office Version
- 365
- Platform
- Windows
Am I trying to do too much with this FILTER formula?
=FILTER('Property Info'!A2:F8302,('Property Info'!E2:E8302="RESIDENCE")+('Property Info'!E2:E8302="MANF STRCT")+('Property Info'!E2:E8302="MULTI-FMLY")*('Property Info'!D2:D8302<>"110")*('Property Info'!D2:D8302<>"910")*('Property Info'!D2:D8302<>"915")*('Property Info'!D2:D8302<>"925")*('Property Info'!D2:D8302<>"935")*('Property Info'!D2:D8302<>"945")*('Property Info'!D2:D8302<>"955"))
WIth just the blue portion, I was getting the results I desired and column D was excluding values of 110, 910, 915, 925, 935, 945 & 955. After I added the orange portion, the results were no longer excluding those values. I did try swapping the + / * order, but that didn't help either.
=FILTER('Property Info'!A2:F8302,('Property Info'!E2:E8302="RESIDENCE")+('Property Info'!E2:E8302="MANF STRCT")+('Property Info'!E2:E8302="MULTI-FMLY")*('Property Info'!D2:D8302<>"110")*('Property Info'!D2:D8302<>"910")*('Property Info'!D2:D8302<>"915")*('Property Info'!D2:D8302<>"925")*('Property Info'!D2:D8302<>"935")*('Property Info'!D2:D8302<>"945")*('Property Info'!D2:D8302<>"955"))
WIth just the blue portion, I was getting the results I desired and column D was excluding values of 110, 910, 915, 925, 935, 945 & 955. After I added the orange portion, the results were no longer excluding those values. I did try swapping the + / * order, but that didn't help either.