誰能告訴我excel表格中如何將數(shù)字按奇數(shù)和偶數(shù)依次排列?
你是想:
1
3
5
7
9
2
4
6
8 這樣排嗎? A列為要排列的數(shù)字,在B列輸入=IF(MOD(A1,2)=0,"偶數(shù)","奇數(shù)") 然后在工具欄上 數(shù)據(jù)---排序---主要關(guān)鍵字列B---次要關(guān)鍵字列A OK!!
誰能告訴我excel表格中如何將數(shù)字按奇數(shù)和偶數(shù)依次排列?
你是想:
1
3
5
7
9
2
4
6
8 這樣排嗎? A列為要排列的數(shù)字,在B列輸入=IF(MOD(A1,2)=0,"偶數(shù)","奇數(shù)") 然后在工具欄上 數(shù)據(jù)---排序---主要關(guān)鍵字列B---次要關(guān)鍵字列A OK!!