kumara_faith
Well-known Member
- Joined
- Aug 19, 2006
- Messages
- 957
- Office Version
- 365
Hi,
I have the following table:
In column D , I am trying to match the case ID from column C to column B.
Criteria:
If the case ID matches exactly, then return Yes
If the case ID does not match by one digit but the word recovery and service exist in the same cell, then return Yes
If the case ID does not match by more than one digit even though the word service and recoverey exist in the same cell, return No
The correct answer is in column D.
Is this possible with a formula solution ? Appreciate all the help.
I have the following table:
Book1 | |||||
---|---|---|---|---|---|
B | C | D | |||
1 | Interaction | Case ID | Match | ||
2 | Case ID: 554878 service recovery completed | 554868 | Yes | ||
3 | Case ID 554879 service recovery completed | 555823 | Yes | ||
4 | Case ID554899 service recovery completed | 554812 | No | ||
5 | Case ID 555823 service recovery completed | 554878 | Yes | ||
Sheet1 |
In column D , I am trying to match the case ID from column C to column B.
Criteria:
If the case ID matches exactly, then return Yes
If the case ID does not match by one digit but the word recovery and service exist in the same cell, then return Yes
If the case ID does not match by more than one digit even though the word service and recoverey exist in the same cell, return No
The correct answer is in column D.
Is this possible with a formula solution ? Appreciate all the help.