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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -