SteveOranjinSteve
Board Regular
- Joined
- Nov 18, 2019
- Messages
- 78
- Office Version
- 365
- 2019
- Platform
- Windows
Hello,
Hope you are well. I am having difficulty composing a formula for a problem I'm having, and I may have to work through this issue again. What I'd like to do, is to concatenate a range of cells, so that I can create unique values (for a SKU-Country Code Combination) and then put all of those values into a single column. Here is how the data is set up.
a couple of points to be aware of.
The data in its final form should look something like this. Please let me know if you have any other questions.
Hope you are well. I am having difficulty composing a formula for a problem I'm having, and I may have to work through this issue again. What I'd like to do, is to concatenate a range of cells, so that I can create unique values (for a SKU-Country Code Combination) and then put all of those values into a single column. Here is how the data is set up.
A | B | C | D | E | F | G | |
1 | 134555 | AE | AE | AE | ae | BN | BN |
2 | 232545 | EA | AE | Ee | ae | BN | BN |
3 | 124142 | AW | AE | ea | ZN | ZN | BX |
4 | 124142 | AE | AE | ae | BC | CB | BC |
a couple of points to be aware of.
- The data has NO HEADERS
- Horizontally, there is no general rule as to how far out the data goes. Sometimes it goes out 2 columns, sometimes 250 or 300 lines.
- Without exception, the country codes are two letters in length.
- Sometimes the SKUs are set up as depicted, sometimes they have "dashes" in them as well. I'd err on the side of caution and allow for letters as well.
The data in its final form should look something like this. Please let me know if you have any other questions.
134555AE |
134555BN |
232545AE |
232545EE |
232545BN |
The results can be on the same tab, or on a new tab. it does not matter. |