Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 在GoogleSheets的透视表中,如何按自定义顺序对列进行排序?_Google Sheets - Fatal编程技术网

Google sheets 在GoogleSheets的透视表中,如何按自定义顺序对列进行排序?

Google sheets 在GoogleSheets的透视表中,如何按自定义顺序对列进行排序?,google-sheets,Google Sheets,在GoogleSheets中,我有一个带有月份名称的列,它要求我按字母升序或降序对其进行排序。我需要对其进行自定义排序,以便显示一月、二月、三月等。如何在工作表中执行此操作?不要将月份名称用作文本字符串。取而代之的是,创建一列,其中包含该月份的日期(例如,=date(2000,01)),并为其值应用仅显示月份部分的日期格式 然后按升序或降序使用排序,它将按预期工作

在GoogleSheets中,我有一个带有月份名称的列,它要求我按字母升序或降序对其进行排序。我需要对其进行自定义排序,以便显示一月、二月、三月等。如何在工作表中执行此操作?

不要将月份名称用作文本字符串。取而代之的是,创建一列,其中包含该月份的日期(例如,
=date(2000,01)
),并为其值应用仅显示月份部分的日期格式

然后按升序或降序使用排序,它将按预期工作