I think this is not a difficult thing to do but it is not occuring to me.... I want to insert the result of a cell value as the table name in the following formula.
I am just getting the number of records that fall between to dates.
=SUM(NOT(ISBLANK('2005'!$B$2:$B$1004))*('2005'!$H$2:$H$1004>=$B1)* ('2005'!$H$2:$H$1004<=$C1) )
I have worksheets for each year and was hoping to use one formula in a summary sheet to calculate volumes by month and Qtr.
Cells b1 and c1 in the current worksheet have dates.
I am just getting the number of records that fall between to dates.
=SUM(NOT(ISBLANK('2005'!$B$2:$B$1004))*('2005'!$H$2:$H$1004>=$B1)* ('2005'!$H$2:$H$1004<=$C1) )
I have worksheets for each year and was hoping to use one formula in a summary sheet to calculate volumes by month and Qtr.
Cells b1 and c1 in the current worksheet have dates.