K
Kevin M
Is it possible to use an array formula with 2 named ranges?
{=sum((PROV="AB")*(CLASS=1))}
where Prov and Class are equal and are entered as such:
PROV=OFFSET(Sheet1!$G$3,0,0,COUNT(Sheet1!$G:$G),1)
CLASS=OFFSET(Sheet1!$H$3,0,0,COUNT(Sheet1!$H:$H),1)
doesn't seem to work, but the ranges should be the same at
any given time.
TIA
Kevin M
{=sum((PROV="AB")*(CLASS=1))}
where Prov and Class are equal and are entered as such:
PROV=OFFSET(Sheet1!$G$3,0,0,COUNT(Sheet1!$G:$G),1)
CLASS=OFFSET(Sheet1!$H$3,0,0,COUNT(Sheet1!$H:$H),1)
doesn't seem to work, but the ranges should be the same at
any given time.
TIA
Kevin M