[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Get the maximum date within a list of dates
From: |
Bastien |
Subject: |
Re: [O] Get the maximum date within a list of dates |
Date: |
Sun, 22 Dec 2013 08:00:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Hi Truong,
Truong Ha <address@hidden> writes:
> How can I get the maximum date within rows of dates in the table?
>
> | Amount | Date |
> +-----------+------------------+
> | 158 | <2013-12-01 Sun> |
> | 148 | <2013-12-02 Mon> |
> | 105 | <2013-12-03 Tue> |
> | 421 | <2013-12-08 Sun> |
> | 40 | <2013-12-10 Tue> |
> | 125 | <2013-12-11 Wed> |
> | 50 | <2013-12-12 Thu> |
> | 83 | <2013-12-13 Fri> |
> | 116 | <2013-12-14 Sat> |
> | 55 | <2013-12-15 Sun> |
> | 90 | <2013-12-16 Mon> |
> | 187 | <2013-12-17 Tue> |
> | 96 | <2013-12-18 Wed> |
> | 86 | <2013-12-19 Thu> |
> | 90 | <2013-12-20 Fri> |
> | 135 | <2013-12-21 Sat> |
> | 23 | <2013-12-22 Sun> |
Put your cursor in @2$2 then C-c ^ T to sort by "reversed" date
(oldest last).
HTH,
--
Bastien