I have 9 columns of data that look like this. Ultimately I need everything in each column to have a standard unit (probably Gb) and be just a clean number.
Is there an easier way to do this than?
- Create 9 helper columns via [9] Right formulas extracting last 4 characters
- Clean the original columns of all whitespace and letters, convert to a numeric data type
- With another 9 formulas, standardize the original columns based on whether the helper columns are "Gbps" or "Mbps".
- Remove the helper columns.
I'm already like 30% through the above steps, so I'm wondering more for future reference if there's a more efficient method.
