B bfraser Member May 10, 2011 #1 Name- brdate, refers to 'BR 8-14'!$D$3:$D$35, used in formula =COUNTIF(brdate,">="&$K$15). How do I make range dynamic so if I add a row at the bottom of the range the range will change.
Name- brdate, refers to 'BR 8-14'!$D$3:$D$35, used in formula =COUNTIF(brdate,">="&$K$15). How do I make range dynamic so if I add a row at the bottom of the range the range will change.
X xld Member May 10, 2011 #2 change RefersTo of brdate to =OFFSET('BR 8-14'!$D$3,0,0,COUNTA('BR 8-14'!$D:$D)-COUNTA('BR 8-14'!$D$1:$D$2),1)
change RefersTo of brdate to =OFFSET('BR 8-14'!$D$3,0,0,COUNTA('BR 8-14'!$D:$D)-COUNTA('BR 8-14'!$D$1:$D$2),1)