Hello,
I wanted to separate and classify the data according to the below input and output
the trade ref that contain D is the domestic trades and trade ref that contains I is international
INPUT
| Trade Refs (Ours) |
| D345447 (000005) |
| D343792 (000005) |
| D527015 (002884) |
| D520288 (002884) |
| D520288 (002884) |
| I129702 (000005) |
| I129702 (000005) |
| D418531 (000005), D420345 |
| D428163 (000005), D428920 |
| D402199 (083004), D523515(083004), D317365 (083004),D325464 (083004), D419502(000005), D525641 (000005) |
Output
| Trade Refs (Ours) | Dom/Intl |
| D345447 (000005) | Domestic |
| D343792 (000005) | Domestic |
| D527015 (002884) | Domestic |
| D520288 (002884) | Domestic |
| D520288 (002884) | Domestic |
| I129702 (000005) | Intl |
| I129702 (000005) | Intl |
| D418531 (000005), D420345 | Domestic |
| D428163 (000005), D428920 | Domestic |
| D402199 (083004), D523515(083004), D317365 (083004),D325464 (083004), D419502(000005), D525641 (000005) | Domestic |