G
Gerry
As the month changes I need to change the formula
This is the formula, which works fine for the first month;
L1766=IF($A1766=(EOMONTH($A1766,0)),G1766,$G$1736+SUM($H$1736:H1766))
But when I change months, I need the $1736 to change, in this case to
$1767
L1767=IF($A1767=(EOMONTH($A1767,0)),G1767,$G$1736+SUM($H$1736:H1767))
TIA
Gerry
This is the formula, which works fine for the first month;
L1766=IF($A1766=(EOMONTH($A1766,0)),G1766,$G$1736+SUM($H$1736:H1766))
But when I change months, I need the $1736 to change, in this case to
$1767
L1767=IF($A1767=(EOMONTH($A1767,0)),G1767,$G$1736+SUM($H$1736:H1767))
TIA
Gerry