prabha_friend
Board Regular
- Joined
- Jun 28, 2011
- Messages
- 95
Hi,
I need to build a complete non-blank criteria in an advanced filter. I know <> will give me all non-blanks (skipping pure blank cells). But as you see in the auto-filter criteria "Blanks" will also give the impure blanks (i.e cells containing only a space/spaces as thier value). How to build a criteria to not show both pure blanks and impure blanks?
Example,
Name
<>
<>
The above criteria is not working...
I want something like this:
Name
<>
=IF(LEN(B2)=1,B2<>" ")
I need to build a complete non-blank criteria in an advanced filter. I know <> will give me all non-blanks (skipping pure blank cells). But as you see in the auto-filter criteria "Blanks" will also give the impure blanks (i.e cells containing only a space/spaces as thier value). How to build a criteria to not show both pure blanks and impure blanks?
Example,
Name
<>
<>
The above criteria is not working...
I want something like this:
Name
<>
=IF(LEN(B2)=1,B2<>" ")