Finding out string that is not part of another string

Hi! Quick question, is there a formula or a method that will return items in a list A that are not in list B?

For example
list A:

  • Item 1
  • Item 2
  • Item 3

list B:

  • Item 2
  • Item 3

Returning result:

  • Item 1

Nvm, found a solution! I just had to think about it some more while making coffee :slight_smile:

2 Likes

In any case, here is a comparison of all the search type formulas in Coda:

1 Like

Thank you Piet! Have a great rest of your day!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.