A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
Does this work?
=SUMPRODUCT(([Active.xlsx]Sheet1!$K:$K="Applications Support")*([Active.xlsx]Sheet1!$C:$C >= TODAY() - 5))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am trying to create a formula which will grab some data from another spreadsheet called 'Active.xlsx'.
I need it to count all rows in which the following is true:
I cannot use COUNTIF or SUMIF because neither of these work on a closed workbook.
This is the closest I have found to something that seems like it should work:
=SUMPRODUCT(([Active.xlsx]Sheet1!$K:$K="Applications Support") - ([Active.xlsx]Sheet1!$K:$K="Applications Support", [Active.xlsx]Sheet1!$C:$C >= (TODAY() - 5)))
However Excel does not accept it.
Is there a solution?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
Does this work?
=SUMPRODUCT(([Active.xlsx]Sheet1!$K:$K="Applications Support")*([Active.xlsx]Sheet1!$C:$C >= TODAY() - 5))