J
jason_mandal
Hi,
My data consists of something like this
Column1 Column 2 Column 3 Column 4
Name1 123e-10 34e-5 -1.0567e-8
Name2 23e-10 4e-5 1.0567e-8
Name3 13e-10 3e-5 -1.0567e-9
Name4 12e-10 33e-5 .0011
Name5 123e-10 34e-5 -1.0567e-8
I need to sort this data with descending order on column 4.NOTE the
values are exponential and include both positive and negative
exponentials!!!
Also I do not want to lose any rows with same value in column 4.
Thanks in advance for your time
Jason
My data consists of something like this
Column1 Column 2 Column 3 Column 4
Name1 123e-10 34e-5 -1.0567e-8
Name2 23e-10 4e-5 1.0567e-8
Name3 13e-10 3e-5 -1.0567e-9
Name4 12e-10 33e-5 .0011
Name5 123e-10 34e-5 -1.0567e-8
I need to sort this data with descending order on column 4.NOTE the
values are exponential and include both positive and negative
exponentials!!!
Also I do not want to lose any rows with same value in column 4.
Thanks in advance for your time
Jason