Forum Discussion
Danger_SF
Jan 21, 2023Brass Contributor
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 ...
- Jan 21, 2023
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))
SergeiBaklan
Jan 21, 2023Diamond Contributor
On which Excel platform/version you are?
Danger_SF
Jan 21, 2023Brass Contributor
Office 365