G
Guest
Hi All,
Is there any formula which return the value 0 to 100 only?
Thanks & Regards
Hassan
Is there any formula which return the value 0 to 100 only?
Thanks & Regards
Hassan
Is there any formula which return the value 0 to 100 only?
Thomas Ramel said:Hassan wrote at 11.08.2007
If you like an random value in between these ranges you can try
the following:
=TRUNC(RAND()*100,0)
Easier:
=MOD(somenumber,100)
Thomas Ramel said:Grüezi Dallman
Dallman Ross schrieb am 12.08.2007
...and how you make 'somenumber' random and without decimals...?
Bist Du aus der Schweiz?
I wasn't addressing the "random" idea, which you proposed but
which the OP has not confirmed to be his wish. I was merely
going to the OP's original question of supplying a formula that
will return only that range of values. Yes, for a requirment
for random data, your answer is of course very good.
Thomas Ramel said:Grüezi Dallman
Dallman Ross schrieb am 15.08.2007
Ja, bin ich - hört man das *so* gut?
I wasn't addressing the "random" idea, which you proposed but
which the OP has not confirmed to be his wish. [. . .]
OK, I understand your point of view - interesting, in deed.
So now we wait until the OP will decide.