Excel RANDBETWEEN as a string -
how 1 use string value random value, have 3 values namely sms, datasynergy , other, want simulate live data using random function assign 1 of aforementioned value field @ random?
the way thought of make random value between 1-3 , and go on if 1 = sms else if 2 = datasynergy else other
but im pretty sure there must other ways of doing this?
thanks in advance.
try this
=choose(randbetween(1,3),"sms","datasynergy","other")
Comments
Post a Comment