Okay.... I'm stumped and am likely making this more complicated than it needs to be... so here I am.
I have a bunch of formulas that are working great. The issue is that the number of rows changes frequently as data is added or removed from the source sheet ("Sheet X"). I'm trying to avoid selecting an enormous number of rows "to be safe" and have run into issues with the row range I used shrinking when data is deleted.
I would like to "calculate" the range so that it automatically changes when the number of rows changes. Is there a way that I can recalculate the range (within the formulas) without using VBA?
Example formula here:
=SUMPRODUCT((YEAR('Sheet X'!R2:R200)=YEAR(TODAY())-1)*('Sheet X'!B2:B200="Implemented"))
I'd like to be able to have "200" change to match the number of rows in use (using a formula).
Thanks in advance.
Razz![]()
Bookmarks