=FILTER(A5:A913,NOT(COUNTIF(G5:G916,A5:A913)))
=UNIQUE(VSTACK(A5:A914,G5:G916))
I am using both of the formulas above for separate purposes. They are tethered to a pivot table that grows and shrinks through processing. I want the formulas ranges to grow and shrink automatically, instead of manually changing the ranges. Is there a way to do this?
=UNIQUE(VSTACK(A5:A914,G5:G916))
I am using both of the formulas above for separate purposes. They are tethered to a pivot table that grows and shrinks through processing. I want the formulas ranges to grow and shrink automatically, instead of manually changing the ranges. Is there a way to do this?