ac66bronco
New Member
- Joined
- Dec 10, 2014
- Messages
- 32
I have a file for tracking where certain loans are while I maintain them. I use sum() and count() formulas to help me make sure I have everything.
But what happens is after some time of deleting rows the range in the formulas no longer captures all the data and they need to be readjusted.
IE. =COUNTIFS($G$17:$G$6210,"H*",$B$17:$B$6210,B12,$I$17:$I$6210,"19") will eventually become
=COUNTIFS($G$17:$G$621,"H*",$B$17:$B$621,B12,$I$17:$I$621,"19")
(please note the data may only go from row 17 to row 800 but I use a large range due to my current problem)
same with the sum() formulas.
Is there anyway to protect the range from changing when deleting rows?
But what happens is after some time of deleting rows the range in the formulas no longer captures all the data and they need to be readjusted.
IE. =COUNTIFS($G$17:$G$6210,"H*",$B$17:$B$6210,B12,$I$17:$I$6210,"19") will eventually become
=COUNTIFS($G$17:$G$621,"H*",$B$17:$B$621,B12,$I$17:$I$621,"19")
(please note the data may only go from row 17 to row 800 but I use a large range due to my current problem)
same with the sum() formulas.
Is there anyway to protect the range from changing when deleting rows?