Hi experts, I would like to sum tax amounts payable by month.
The values to look up, whereas the range is always row 13 to 73.
I would like a summary table for tax paid and to be paid:
EG:
Month total tax tax paid
Aug 10 ___ 100,00 € ___ 100,00 €
Sep 10 ___ 200,00 € ___ 88,00 €
Oct 10 ___ 50,00 € ___ 12,00 €
...
My fomula:
=SUMPRODUCT(--(DEBITOREN!$D$13-$D$75>DATE(2010;7;31));--(DEBITOREN!$D$13-$D$75<date(2010;9;1));debitoren!$g$13:$g$75)
returns: #VALUE!
D = invoice dates
G = tax amount
H = tax paid
M = invoice paid
Thanks for your kind help.</date(2010;9;1));debitoren!$g$13:$g$75)
The values to look up, whereas the range is always row 13 to 73.
- Invoicing date: 04.10.2010
- Tax amount: 54,98 €
- Tax paid: paid (in case that not paid yet the cell remains empty)
- Invoice paid: 12.10.2010
I would like a summary table for tax paid and to be paid:
EG:
Month total tax tax paid
Aug 10 ___ 100,00 € ___ 100,00 €
Sep 10 ___ 200,00 € ___ 88,00 €
Oct 10 ___ 50,00 € ___ 12,00 €
...
My fomula:
=SUMPRODUCT(--(DEBITOREN!$D$13-$D$75>DATE(2010;7;31));--(DEBITOREN!$D$13-$D$75<date(2010;9;1));debitoren!$g$13:$g$75)
returns: #VALUE!
D = invoice dates
G = tax amount
H = tax paid
M = invoice paid
Thanks for your kind help.</date(2010;9;1));debitoren!$g$13:$g$75)