I want to format a column of numbers in scientific notation, but all to the same power of 10.
Example, I want them all to be E-06:
1.20E-06
0.25E-06
2.57E-06
etc.
Excel by default makes them all whatever power naturally fits.
I'd also like to avoid a concatenate function since that gets messy, and implements rounding issues, etc.
Example, I want them all to be E-06:
1.20E-06
0.25E-06
2.57E-06
etc.
Excel by default makes them all whatever power naturally fits.
I'd also like to avoid a concatenate function since that gets messy, and implements rounding issues, etc.