Filtering tips:
>100
, <50
, =CA
, 1-100
— numeric, exact, or
range filters
CA,TX,NY
— match any listed value (OR)
CA+TX+NY
— match only if all listed values are present (AND)
!CA
, !>100
— exclude value or condition
!CA,TX
— combine NOT and OR
Use in any column. Combine filters with commas (OR) or plus (AND).