Austin Lang
Board Regular
- Joined
- Sep 10, 2021
- Messages
- 51
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hello all,
I am trying to create a report that shows all cleaning failures over the course of a month. Failures are called both "Failed" and "Aborted". The formula I have been using works well for Failed. However, I need to be able to search for both of those terms. Everything I have found says that I can add an OR function to search multiple, but it doesn't return anything when i add it. What am I missing here? Is it the Filter function causing my issue?
The original working formula:
=IFERROR(FILTER(Form!$A$5:$X$3001,ISNUMBER(SEARCH("Failed",Form!C5:C3001))),"")
Thanks in advance,
I am trying to create a report that shows all cleaning failures over the course of a month. Failures are called both "Failed" and "Aborted". The formula I have been using works well for Failed. However, I need to be able to search for both of those terms. Everything I have found says that I can add an OR function to search multiple, but it doesn't return anything when i add it. What am I missing here? Is it the Filter function causing my issue?
The original working formula:
=IFERROR(FILTER(Form!$A$5:$X$3001,ISNUMBER(SEARCH("Failed",Form!C5:C3001))),"")
Thanks in advance,