![]() |
|
#1
|
|||
|
|||
![]()
I am using the countif statement in the attached file. I am able to pull the word fraud from the text in column C. I need to add multiple criteria to the formula. I tried adding right after the fraud, "*dispute*" but it keeps telling me there are too many arguments.
I have listed which text I want to select under the which topic. etc, Fraud, Service. |
#2
|
||||
|
||||
![]()
In cell D2:
Code:
=LET(x,IF(SEARCH(Words[Word],C2),Words[Type]),TAKE(FILTER(x,NOT(ISERR(x)),""),1)) 2024-06-29_152139.jpg I made a table of the words you're looking for and what type of case they're related to. This table needs to be in the order so that when a comment contains 2 or more words you're looking for, the type of case you want to see as a preference comes above the others. You can add/delete rows from this table without needing to adjust the formulae. See attached. |
#3
|
||||
|
||||
![]()
Cross post Countif mulitple criteria in text string [SOLVED]
Please read A message to forum cross posters - Excelguru
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#4
|
|||
|
|||
![]()
Read the cross post. Will apply for future posts. Thank you!
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Marcia | Excel | 5 | 02-17-2019 08:16 AM |
![]() |
Tomas4 | Excel | 2 | 12-20-2016 10:28 AM |
Sum Product Multiple Text and date Criteria | ramki | Excel | 1 | 01-09-2012 01:16 AM |
![]() |
geoffm | Excel | 1 | 08-16-2011 11:31 AM |
![]() |
ibrahimaa | Excel | 3 | 05-23-2011 11:23 AM |