Spyderturbo007
New Member
- Joined
- Mar 11, 2022
- Messages
- 21
- Office Version
- 365
- Platform
- Windows
I have a column that I need to break up based on the _ deliminator. It's supposed to be formatted like this:
SKU_DesignID_DecorationType
But, I have people that sometimes forget to add the _DecorationType.
So when I use Power Query to split the cell at the last _ sometimes I get _DesignID because that's the last delimiter. Is there a way to remove values that aren't part of a list of set values? That would split the cell and then delete the cell values that aren't in the list. I don't want to remove the rows, just remove the offending cell values.
Here is the value without the _DecorationType
This is after the column split:
Here is the full list of values I want to keep. Everything else would need to be blank.
I might be able to do this by removing all non-text values because what I want to keep never contains a number. I'm not sure of the best way to handle the issue.
Thank you!
SKU_DesignID_DecorationType
But, I have people that sometimes forget to add the _DecorationType.
So when I use Power Query to split the cell at the last _ sometimes I get _DesignID because that's the last delimiter. Is there a way to remove values that aren't part of a list of set values? That would split the cell and then delete the cell values that aren't in the list. I don't want to remove the rows, just remove the offending cell values.
Here is the value without the _DecorationType
This is after the column split:
Here is the full list of values I want to keep. Everything else would need to be blank.
I might be able to do this by removing all non-text values because what I want to keep never contains a number. I'm not sure of the best way to handle the issue.
Thank you!