Sheet1 is a datasheet with Column Headers in Row1 and values in Columns A2:AG<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o> </o>
Column A is Date mm/dd/yy
<o> </o>
<o> </o>
This formula in Sheet2 provides the last row values in a report (“Today’s Totals)<o></o>
=OFFSET(Sheet1!T1,COUNT(Sheet1!T:T),0)+OFFSET(Sheet1!U1,COUNT(Sheet1!U:U),0)/4<o></o>
<o> </o>
This formula in Sheet2 provides the column totals in a report (“Year to Date”)<o></o>
=SUM(Sheet1!T:T)+SUM(Sheet1!U:U)/4<o></o>
<o> </o>
Is there a formula that will return the SUM of column values for the current month for a “Month to Date” report?<o></o>
i.e. If the last value in Column A is 05/21/11, COUNT(Sheet1!T:T) for May dates only?<o></o>
<o> </o>
Column A is Date mm/dd/yy
<o> </o>
<o> </o>
This formula in Sheet2 provides the last row values in a report (“Today’s Totals)<o></o>
=OFFSET(Sheet1!T1,COUNT(Sheet1!T:T),0)+OFFSET(Sheet1!U1,COUNT(Sheet1!U:U),0)/4<o></o>
<o> </o>
This formula in Sheet2 provides the column totals in a report (“Year to Date”)<o></o>
=SUM(Sheet1!T:T)+SUM(Sheet1!U:U)/4<o></o>
<o> </o>
Is there a formula that will return the SUM of column values for the current month for a “Month to Date” report?<o></o>
i.e. If the last value in Column A is 05/21/11, COUNT(Sheet1!T:T) for May dates only?<o></o>