I am wondering if in Excel we have command like ones or range command.
I am using the following command in one of my experiment :
=TTEST(A1:A5, {1,1,1,1,1},2,1)
However, if the iterations of the experiment increase, you have a really big formula. So, Any idea if I can write the formula in a more elegant way so that I donot have to repeat 1 as the number of experiments.
Thanks