random combination of letters

  • Thread starter Thread starter rp
  • Start date Start date
R

rp

hi all,

does excel has a function to combine randomly a set of letters? for example:
a1:a10 contains different letters, i want to combine those letters in b1:b10
randomly. please help.

yob
 
look at =concatenate(Text1,text2, text3)
You can replace the Text fields with co-ordinates i.e.
=concatenate(a1,a2,a4,a3) etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top