Forum Discussion

Asparagus's avatar
Asparagus
Brass Contributor
Oct 30, 2022
Solved

How do I get the FILTER & LEN formula to ignore cells that has a specific text in it.

I created a script in excel in which the host's monologs (among other things) are written in Column D. Above each monolog, "HOST" is written as an indicator. I was hoping to extract every note in Col...
  • SnowMan55's avatar
    SnowMan55
    Oct 30, 2022

    Asparagus To answer both your questions:

    =FILTER( D2:D9, (D2:D9<>"host") * (D2:D9<>"Refer to Blocking") * (D2:D9<>"") )

    The multiplication is effectively the condition AND.

     

Resources