TonyTonyTony
New Member
Kyle was kind enough to help me with the correct formula as follows:
=SUMPRODUCT(SUMIF(INDIRECT(ROW($A$1:$A$31)&"!B4:B13"),"DEANS",INDIRECT(ROW($A$1:$A$31)&"!C4:C13"))) It works perfectly.
Now instead of working with range of cells, I need to "Countif" single cells across 31 pages on one summary page. Please excuse my ignorance but I'm sure I know less about Excel than anyone that has ever posted on this forum.
In the layest of laymens terms. My same formula needs to count how many individual cells in columb B were "DEANS" and had $$$$ attached in the corresponding cell ( Column C.
Below is my attempt to explain what I'm trying to formulate.
=SUMPRODUCT(COUNTIF(INDIRECT(ROW($A$1:$A$31)&"!B4"),"DEANS",&"<0",INDIRECT(ROW($A$1:$A$31)&"C4")))
Can anyone help?
=SUMPRODUCT(SUMIF(INDIRECT(ROW($A$1:$A$31)&"!B4:B13"),"DEANS",INDIRECT(ROW($A$1:$A$31)&"!C4:C13"))) It works perfectly.
Now instead of working with range of cells, I need to "Countif" single cells across 31 pages on one summary page. Please excuse my ignorance but I'm sure I know less about Excel than anyone that has ever posted on this forum.
In the layest of laymens terms. My same formula needs to count how many individual cells in columb B were "DEANS" and had $$$$ attached in the corresponding cell ( Column C.
Below is my attempt to explain what I'm trying to formulate.
=SUMPRODUCT(COUNTIF(INDIRECT(ROW($A$1:$A$31)&"!B4"),"DEANS",&"<0",INDIRECT(ROW($A$1:$A$31)&"C4")))
Can anyone help?