D
DFDGirl
I have a report that is grouped by account # and in the acct# footer it
looks like this with the exeption of sum of all:
jan feb mar ***through *** dec sum of
all
Acct # 1 150 300 250 25 1139
Acct # 2 50 30 25 55 401
and so on for about 50 accts...
my problem is I have each month doing a sum of for each account...
I even tried to query each month....
either =Sum([jan]) or =SumOf([jan])
but when I try to sum all 12 months...i do not get anything.
=Sum([jan]+[feb]+[mar]).....
I am sure it is a simple solution...please help
looks like this with the exeption of sum of all:
jan feb mar ***through *** dec sum of
all
Acct # 1 150 300 250 25 1139
Acct # 2 50 30 25 55 401
and so on for about 50 accts...
my problem is I have each month doing a sum of for each account...
I even tried to query each month....
either =Sum([jan]) or =SumOf([jan])
but when I try to sum all 12 months...i do not get anything.
=Sum([jan]+[feb]+[mar]).....
I am sure it is a simple solution...please help