• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

named ranges

bfraser

Member
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.
 
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)
 
Back
Top