How to update multi cells
Posted by Squirrel on April 15, 2001 1:58 AM
Hey Gang,
Rookie Question, I need to insert a "countif" formula that refrences same cells but diffrent no#, excell changes the cells when you drag it like this,
=COUNTIF('F2'!L6:L93,2)
=COUNTIF('F2'!L7:L94,3)
=COUNTIF('F2'!L8:L95,4)
I need this,
=COUNTIF('F2'!L5:L92,2)
=COUNTIF('F2'!L5:L92,3)
=COUNTIF('F2'!L5:L92,4)
I do not mind changing the ref# ie: 2,3,4