View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default how to randomise the treatments in trial layout

Maybe you could insert a new column.

Fill the first cell with a formula like:
=rand()
then copy down as far as you need.

Then select the entire range and sort by this helper column.

Then you can hide or delete this helper column.

Sabar wrote:

I want to randomise the 157 entries in randomised complete block design using
MS Excel


--

Dave Peterson