萬能破解器修改器 excel插片器如何實現(xiàn)1到10中隨機選???
excel插片器如何實現(xiàn)1到10中隨機選?。縍and()是從0到1的隨機值(包括0但不包括1)]Rand()*10獲取從0到10的隨機值(包括0但不包括10)]Rand()*10 1獲取從1到11的隨
excel插片器如何實現(xiàn)1到10中隨機選???
Rand()是從0到1的隨機值(包括0但不包括1)]Rand()*10獲取從0到10的隨機值(包括0但不包括10)]Rand()*10 1獲取從1到11的隨機值(包括1但不包括11)]rounddown(Rand()*10 1,0)對上一步得到的結(jié)果進行四舍五入
使用函數(shù)randbehen進行處理
excel版本參考:2010
演示生成:20到50之間的隨機整數(shù)
1。A1輸入公式:=randbetween(20,50)
2。輸入并將公式下拉到A10
3。查看效果