I have created a table of 260 values that are a random normal distribution with mean 0 and standard deviation 1 using =NORMINV(RAND(), "mean", "std dev").
The average and variance of this table has been output and when you press F9 this number changes as the random number generator gets to work.
Any ideas of how to create a vba that when pressing F9 it keeps outputting the new average values and variance values of the data set on to a new sheet? Say for example 1000 outputs with the one click of a macro?
The average and variance of this table has been output and when you press F9 this number changes as the random number generator gets to work.
Any ideas of how to create a vba that when pressing F9 it keeps outputting the new average values and variance values of the data set on to a new sheet? Say for example 1000 outputs with the one click of a macro?