Excel Countifs with offset function -
i have data set using countifs , offset change column reference pull down formula.
here formula:
=countifs('student survey (middle)'!b:b,'middle master'!a2,offset('student survey (middle)'!g:g,0,row()-4,1240,1),"agree") any idea why returning #value?
i rid of volatile offset , use:
=countifs('student survey (middle)'!b:b,'middle master'!a2,index('student survey (middle)'!g:xcc,0,row()-3),"agree")
Comments
Post a Comment