Forum Discussion

Danger_SF's avatar
Danger_SF
Brass Contributor
Jan 21, 2023
Solved

Ugh. I'm at my wits end. Trying to combine two formulas and I'm stuck.

Good morning!   I am trying to count the number of vacancies in site GHI if the square footage (SF) is created by the use of a formula. But I want to do it as it is laid out on the attached.   I ...
  • Patrick2788's avatar
    Jan 21, 2023

    Danger_SF 

    This may work for you if you've got access to FILTER.

    =LET(sites,SITES!B3:B13,type,SITES!N3:N13,SF,SITES!P3:P13,filtered,FILTER(sites,(sites=$B$2)*(type=$B$12)*(ISFORMULA(SF))),ROWS(filtered))

Resources