I wish to generate random picks from a normal distribution. I can use the norminv(rand(), mean, standard dev) function yet I have read there are some problems with the Excel random number generator. If so, how do you get around this?
Chandoo -- I have a 1-column array which can have anywhere between 25 - 100 words (text). I would like to write a macro to sort this array from A-Z. The problem is if you sort the entire 100 cell array (assuming the words were not put in a-Z order) and there is only 25 words, you get 75 spaces...