Hi,
I have a dataset madeup of 6 columns.
The dataset has been filled where under each heading there are 25 entries representing different sampling timers. Under the 25th entry is another row of the same column headings.
I want to create a summary of the dataset where each entry is the average of average 27th cell. i.e. average of value at sample time 1 etc...
I have tried the following formula =AVERAGE(IF(MOD(ROW(A2:A1562),27)=0,A2:A1562))
adapted from http://www.atlaspm.com/toms-tutorial...very-nth-cell/
But i am getting the value 0 out every time?
Does anybody have an idea of where i am going wrong here?
Kind Regards,
Gray
Bookmarks