Forum Discussion
Bob_Beims_SBG
Jan 07, 2022Copper Contributor
How to use the ISBLANK function as an Advanced Filter criteria
I have a data set that needs to be filtered for all rows that are non-blank in EITHER of two columns. Since the standard filter feature performs an AND on the two criteria, I need to use the Advanced...
- Jan 07, 2022
HansVogelaar
Jan 07, 2022MVP
- Bob_Beims_SBGJan 07, 2022Copper Contributor
HansVogelaar thanks for that syntax tip. Much simpler than the workaround I used (created a new column where I stuffed the results of a boolean formula, then filtered on that column).