T
timh2ofall
Trying to construct an array Count formula where column A defines
names, column B defines months, and column C defines yes or no.
A B C
Ted August Yes
Bill August No
Ted September Yes
I want to count the number of Yes or No and must use text. Tried this
to no avail: {=SUM((sheet1!$F$2:$F$500="TED")*(sheet1!$B$2:$B$500="September")*sheet1!AD$2:AD$500="yes")}
Appreciate any help.
Tim
names, column B defines months, and column C defines yes or no.
A B C
Ted August Yes
Bill August No
Ted September Yes
I want to count the number of Yes or No and must use text. Tried this
to no avail: {=SUM((sheet1!$F$2:$F$500="TED")*(sheet1!$B$2:$B$500="September")*sheet1!AD$2:AD$500="yes")}
Appreciate any help.
Tim