📜  如何在excel中找到3到5之间的随机数 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:59.445000             🧑  作者: Mango

代码示例1
If you want to generate random decimal numbers between 50 and 75, 
modify the RAND function as follows:

50 + ( 75-50 )rand()