Hi Experts,
Could you please help me in a validation process.
Showing you the example below
| ID | Code | Comment |
| 274 | 09- | B |
| 274 | 09- | B |
| 274 | 09- | B |
| 274 | 02- | B |
| 274 | 04- | B |
| 274 | 04- | B |
| 755 | 09- | A |
| 153 | 09- | B |
| 153 | 04- | B |
| 153 | 04- | B |
| 021 | 09- | A |
| 271 | 09- | B |
| 271 | 09- | B |
| 757 | 09- | B |
| 757 | 02- | B |
Thanks in advance
Solved! Go to Solution.
Hi @AS
Here is how you can do it.
Workflow:
1. Using formula tool to create 09- flag column.
2. Using summarize groupby ID, count rows and 09- flag sum.
3. Using formula if row count > 1 and 09- flag sum > 0 then B else A
4. Using find and replace to map the comments to data.
Hope this helps : )