I have a table of data with certain columns with capacitance values. The values are in string value, such as 100.00E-9. I want to display this data as 100.00nF instead.
There seems like there would be a real simple way of converting format into a number and use the format into string function to get nano, micro, or pico.