![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is anyone aware of a Pick function or third party software that can translate the Excel "exponential format" to Pick-readable data? We are importing data from Excel and this formatting is of course giving us fits. Any and all assistance is greatly appreciated. Regards, RG |
#3
| |||
| |||
|
|
what does the raw data in the cell look like? Most versions of Pick support either var ** power or var ^ power or the old POWER(var,power) Mark "Skippy" <roger.grosser (AT) gmail (DOT) com> wrote in message news:1172091589.325574.235680 (AT) m58g2000cwm (DOT) googlegroups.com... Is anyone aware of a Pick function or third party software that can translate the Excel "exponential format" to Pick-readable data? We are importing data from Excel and this formatting is of course giving us fits. Any and all assistance is greatly appreciated. Regards, RG |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
what does the raw data in the cell look like? Most versions of Pick support either var ** power or var ^ power or the old POWER(var,power) Mark |
#6
| |||
| |||
|
|
On Feb 21, 2:13 pm, "Mark Brown" <mbr... (AT) drexelmgt (DOT) com> wrote: what does the raw data in the cell look like? Most versions of Pick support either var ** power or var ^ power or the old POWER(var,power) Mark The data in the cell is .096250, but when imported to Pick looks like 9.62500000000002E-02. |
![]() |
| Thread Tools | |
| Display Modes | |
| |