please I need help with indirect (reference a cell value) and use that value in a formula
hi, as you know, array formulas get crazy with thousands of rows for no reason, so I want to limit my arrays using a referenced cell value using indirect, but I always fail to write it right for some reason.
=COUNTA(L2:L)
this gives me the value I need = reference value
now I want to reference that cell value inside a formula like
=UNIQUE(M2:M reference)
=ArrayFormula(COUNTIF(M2:M reference;UNIQUE(P2:P reference)))
I know I have to use indirect, but the syntax always fails for me