Hi,
I have a recurring issue in excel in which when I attempt to import a set of data that has the text "E-00" at the end, it converts to "E+02" or "E+03" automatically. If you know of an easy way to fix this issue, it would be very helpful.
My current method of fixing it is to:
This method works, but takes a long time and is something I have to do daily for several reports.
Example of data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Desired Item[/TD]
[TD]Imported Item[/TD]
[/TR]
[TR]
[TD]0123E-00[/TD]
[TD]123E+02[/TD]
[/TR]
[TR]
[TD]0875E-00[/TD]
[TD]875E+02[/TD]
[/TR]
[TR]
[TD]1416E-00[/TD]
[TD]1416E+03[/TD]
[/TR]
[TR]
[TD]0875E-00[/TD]
[TD]875E+02[/TD]
[/TR]
</tbody>[/TABLE]
*Other, non effected item codes are also included in the list
Please let me know if you need any clarification on the issue.
Thanks,
D
I have a recurring issue in excel in which when I attempt to import a set of data that has the text "E-00" at the end, it converts to "E+02" or "E+03" automatically. If you know of an easy way to fix this issue, it would be very helpful.
My current method of fixing it is to:
- Insert a column
- Filter the items by E+
- Sort A to Z so the "E+03"s are at the bottom
- Enter ="0"&cell&"E-00" for the "E+02" items and =cell&"E-00" for the "E+03" items
- Unfilter
- Sort on the new column A to Z
- Copy/paste values into the original item list over the incorrect items.
This method works, but takes a long time and is something I have to do daily for several reports.
Example of data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Desired Item[/TD]
[TD]Imported Item[/TD]
[/TR]
[TR]
[TD]0123E-00[/TD]
[TD]123E+02[/TD]
[/TR]
[TR]
[TD]0875E-00[/TD]
[TD]875E+02[/TD]
[/TR]
[TR]
[TD]1416E-00[/TD]
[TD]1416E+03[/TD]
[/TR]
[TR]
[TD]0875E-00[/TD]
[TD]875E+02[/TD]
[/TR]
</tbody>[/TABLE]
*Other, non effected item codes are also included in the list
Please let me know if you need any clarification on the issue.
Thanks,
D