EXCEL表中,1 5隨機排序

2022-04-17 06:39:58 字數 587 閱讀 5805

1樓:匿名使用者

a2=randbetween(1,5)&""

b2=mid(substitute("12345",a2,""),randbetween(1,4),1)

c2=mid(substitute(substitute("12345",a2,""),b2,""),randbetween(1,3),1)

d2=mid(substitute(substitute(substitute("12345",a2,""),b2,""),c2,""),randbetween(1,2),1)

e2=substitute(substitute(substitute(substitute("12345",a2,""),b2,""),c2,""),d2,"")

選定a2:e2下拉

2樓:匿名使用者

1、在f:j列做輔助列,輸入=rand()   按ctrl+enter組合鍵結束;

2、在a:e列輸入=rank(f1,$f1:$j1)  按ctrl+enter組合鍵結束;

3、需要的時候可以將f:j列隱藏,或者將a:e列複製並選擇性貼上為數值。

詳見附圖:

excel中如何排序?按1,10,100,101,102的順序排

1 把所有的數字選定,2 右鍵,設定單元格格式 數字 選 文字 確定。3 把所有的數字都雙擊一下,會看到,左上角有一個小綠三角形,代表文字格式,雙擊數字的同時,把一位和兩位數字的後邊填上空格,補齊到三位數,然後。你選定排序就行了。2003版 選定要排序的區域,點資料 排序 升序 方括號的方法簡單有效...

mac系統下的excel資料透視表排序問題

覺得沒什麼好辦法了,你可以複製貼上出來 選擇性貼上,去掉公式 然後再按銷售額排序。mac版的excel,資料透視表如何計算父級佔比?10 說的其實是對的。資料上右鍵單擊,選擇 欄位設定 後,對話方塊下方有個 資料顯示方式 這裡就可以選擇行 列的百分比。我的版本是2011.excel資料透視表怎麼排序...

c 中怎麼將陣列裡的數隨機排序

比如說陣列,就是讓他們隨機全部顯示出來 include stdlib.h malloc,free include srand unsigned int random srand unsigned time null random rand 100 random random 10 1 random就...