S
S
Sergiy Marishchuk2021-07-30 17:46:12
Google Sheets
Sergiy Marishchuk, 2021-07-30 17:46:12

How to find files that do not exist, having lists?

There is a list of files that should have been generated. And there is a list of generated ones.
Need a new list of files that don't exist. I do it manually and I'm already quite tired of doing it manually
6104101d2fc62968143238.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2021-07-30
@loochanin

Try the FILTER formula on lists that are not in other lists
Data that is not in the given list

  • A:A - should have been generated
  • B:B - generated

=FILTER(A:A;ISNA(MATCH(A:A;B:B;0)))
See examples https://oshliaer.github.io/qna?target=post/google-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question