I have been trying to figure this out for hours now. I have this formula:
=PROMEDIO.SI.CONJUNTO(Flankers!C15:C54;Flankers!D15:D54;1)
I have done this one manually. I have my data in the Flankers sheet and now I'm calculating the means for my reaction times and my accuracy scores on a second sheet. The data for each participant is the same (93 rows per participant) and what I am trying to do is to drag this formula down to fill in each participant automatically (I have my 29 participants in a column). Of course, each reference changes only by 1 number. For example, I have the formula in C2, so when I drag it down to C3, the formula changes to
=AVERAGEIFS(Flankers!C16:C55;Flankers!D16:D55;1)
I need all of the rows to go up by 93 and keep the range the same (40 cells), so that C3's cell should be =AVERAGEIFS(Flankers!C108:C147;Flankers!D108:D147;1) and then C4's cell should be
=AVERAGEIFS(Flankers!C201:C240;Flankers!D201:D240;1)
, etc. Manually this is very tedious (2698 rows in total). Can someone shed light on this and explain it to where I could modify it for future analyses?