I have a dataset:
Name | Status__c | Count |
OS-00914089 | Cancelled | 1 |
OS-00914089 | Completely Shipped | 2 |
OS-00914089 | Not Yet Shipped | 8 |
OS-00914097 | Cancelled | 1 |
OS-00914097 | Completely Shipped | 7 |
OS-00914097 | Not Yet Shipped | 4 |
OS-00914097 | Partially Shipped | 1 |
I need to find the Names (Order) that only have Completely Shipped and Cancelled as Statuses.
The above records do not meet that criteria but this one does:
OS-00915057 | Cancelled |
OS-00915057 | Completely Shipped |
I figured a Formula Tool but am stumped in creating the formula.
Any ideas? Many thanks! John!
Solved! Go to Solution.
Works perfectly! Thank you so much!