Mouseinalabyrinth
New Member
- Joined
- Nov 29, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi all. I am trying to find a way to search for multiple instances of a wildcard match in one cell. I want to exclude a specific match from the results. I can't find a way to find and display a list AND exclude certain terms.
I have a sheet which is an export of live chat transcripts. The entire transcript is in one cell. It's a text conversation with some reference numbers thrown in.
In that transcript I want to find a ten-digit reference number wildcard 'inc???????' and display all matches except a specific match 'inc1234567' in a separate cell. I've tried to see if I can start the search after this number, exclude this number, ignore it, but can't find a way to nest how to search the entire cell excluding the specific string containing this number.
Every transcript has 'inc1234567' in it, i just want to ignore it.
I also want to have a separate cell return true/false if there is a wildcard match in the transcript excluding that one specific result. I've tried =IF(ISNUMBER(SEARCH("INC???????", [@TRANSCRIPT])), TRUE, FALSE) but since all of them contain inc1234567 they all come back true.
Hours of googling has beaten me. Any ideas much appreciated.
I have a sheet which is an export of live chat transcripts. The entire transcript is in one cell. It's a text conversation with some reference numbers thrown in.
In that transcript I want to find a ten-digit reference number wildcard 'inc???????' and display all matches except a specific match 'inc1234567' in a separate cell. I've tried to see if I can start the search after this number, exclude this number, ignore it, but can't find a way to nest how to search the entire cell excluding the specific string containing this number.
Every transcript has 'inc1234567' in it, i just want to ignore it.
I also want to have a separate cell return true/false if there is a wildcard match in the transcript excluding that one specific result. I've tried =IF(ISNUMBER(SEARCH("INC???????", [@TRANSCRIPT])), TRUE, FALSE) but since all of them contain inc1234567 they all come back true.
Hours of googling has beaten me. Any ideas much appreciated.