I wonder if it is possible to make Paramquery (Pro) display, and also allow entering, of SI unit prefixes and powers of 10 in certain cells?
See
https://en.wikipedia.org/wiki/Unit_prefixThis way, I can enter "
520k" and it will be displayed as "520k" but the underlying data will have 520000. Or
1.4G (=1400000000), "
0.9u" (=0.0000009), etc.
If I enter "520000" it will be automatically reformatted as "520k" but saved as 520000 (pure numeric value).
And if I enter "
0.9e-3" or "
1.78e10" it will be parsed as "0.0009" and "178000000" respectively.
This would make entering numeric values much much easier, especially for scientific data.
The system should accept SI and exponential entry, but be configurable to
display only in one format, so the display is always consistent.
(Note that SI prefixes are case sensitive, "m" and "M" are different; but the "e" for powers of 10 (Exponent) is not. "E" is also possible.
Currently, for cells that are defined to only accept numeric data, this is not possible; non-numeric characters are filtered.