J
JannaFeeley
Hello,
I have an excel workbook that contains multiple worksheets, each
containing a column for dates and a column that contains statuses of
either "open" or "closed" in the individual cells. I am wondering if
there is a way to sum the number of "Open" appearances for all of the
dates for all of the excel sheets, as well as the total number of
"closed." Combing sheets is not an option.
Some one was kind enough to formulate the following equation for
tallying the number of "open" and "closed" appearances for each
individual date:
=SUMPRODUCT(--(E1=Sheet2!$A$1:$A$20),--("Open"=Sheet2!$B$1:$B$20))
+SUMPRODUCT(--(E1=Sheet3!$A$1:$A$20),--("Open"=Sheet3!$B$1:$B$20))+
SUMPRODUCT(--(E1=Sheet4!$A$1:$A$20),--("Open"=Sheet4!$B$1:$B$20))+
SUMPRODUCT(--(E1=Sheet5!$A$1:$A$20),--("Open"=Sheet5!$B$1:$B$20))
Here, the specific date is contained in cell E1, and the dates and
status are in columns A and B, respectively. Can this be adjusted so
that, instead of using a specific date in a specific cell, any dates
with a certain format (YYY_MM_DD) in the given range will be
counted?
Thanks for any help!
I have an excel workbook that contains multiple worksheets, each
containing a column for dates and a column that contains statuses of
either "open" or "closed" in the individual cells. I am wondering if
there is a way to sum the number of "Open" appearances for all of the
dates for all of the excel sheets, as well as the total number of
"closed." Combing sheets is not an option.
Some one was kind enough to formulate the following equation for
tallying the number of "open" and "closed" appearances for each
individual date:
=SUMPRODUCT(--(E1=Sheet2!$A$1:$A$20),--("Open"=Sheet2!$B$1:$B$20))
+SUMPRODUCT(--(E1=Sheet3!$A$1:$A$20),--("Open"=Sheet3!$B$1:$B$20))+
SUMPRODUCT(--(E1=Sheet4!$A$1:$A$20),--("Open"=Sheet4!$B$1:$B$20))+
SUMPRODUCT(--(E1=Sheet5!$A$1:$A$20),--("Open"=Sheet5!$B$1:$B$20))
Here, the specific date is contained in cell E1, and the dates and
status are in columns A and B, respectively. Can this be adjusted so
that, instead of using a specific date in a specific cell, any dates
with a certain format (YYY_MM_DD) in the given range will be
counted?
Thanks for any help!