How to get repeatable Excel RAND sequence?
in [
Functions
]
Prev:
Cell Formats & Hiding
Next:
Combine macros variable help
From:
Dana DeLouis
on
26 Mar 2010 17:34
Oops! I forgot to include the aux program dMod()
Function dMod(x, y)
dMod = x - Int(x / y) * y
End Function
> x = dMod(x * a + b, k) / k
= = = = = = =
HTH :>)
Dana DeLouis
First
|
Prev
|
Pages:
1
2
Prev:
Cell Formats & Hiding
Next:
Combine macros variable help