I have a list of SKUs that come from our oracle business intelligence program as text OR scientific form (example, 1.01E07). I need the scientific form to come through as text (1010000000) so the workflow will calculate properly. I tried text to column splitting up the data by the "E" but that splits up any SKU with the "E" character in it. I need those to remain the same.
How can I accomplish this?