You're right - I need to work on the numerics next.  I am forced to do
an alphabetical sort if I want to sort on multiple columns
simultaneously, so that means converting numbers to strings while
retaining their order, and doing it quickly.  I'll probably need to
limit the number of decimal places to keep the parsing time down, but
I'll plan on making that configurable.  I'm thinking about adding
another footer row that will calculate sums and averages for the
filtered list's numerics, so I needed to deal with this anyway ;)

On May 7, 5:27 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote:
> Sorting is a little off. Filter CompanyName with che and sort by Amount:
> 21
> 414.2
> 41.65
> 317.85
>
> --Erik

Reply via email to