Excel自事件以来按天和小时的升序排序

时间:2017-04-11 13:52:48

标签: excel sorting

我的数据格式为x小时y天,因为事件看起来如此:

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:id="@android:id/progress">
        <scale android:scaleWidth="100%">
            <shape>
                <corners android:radius="2dp"/>
                <gradient
                    android:endColor="#00c492"
                    android:startColor="#e8e8e8"/>
            </shape>
        </scale>
    </item>

    <item android:id="@android:id/secondaryProgress">
        <shape android:shape="rectangle">
            <size android:height="3dp"/>
            <solid android:color="@color/android:transparent"/>
        </shape>
    </item>
</layer-list>

我想按Excel中的时间长度按升序对这些单元格进行排序,但我看不出怎么做。

1 个答案:

答案 0 :(得分:1)

他们说一张照片胜过1000字。

数据标签,排序添加级别并按天/小时排序(我添加了您不必拥有的列标题)

务必选择需要排序的所有COLUMNS。如果您没有列E +中的数据,则不会使用相应的数据对其进行排序!!!

enter image description here