T
Todd
I have a table of data I need to group, then sum, according to multiple criteria and then to put into another table.
Acct Num. Description Period Balance Period ID
000 Amort Finance Costs Interim Fac $0.00 1
000 Bank Charges $0.00 1
000 Computer HW Costs $0.00 1
000 Dep - Computer Hardware $0.00 1
000 Dep - Computer Software $0.00 1
000 Depn - Office Eqpt $0.00 1
A9 contains the Account # to search for
A16 contains the period date to search for
There are 18 account numbers and 12 periods
Here is the formula I have so far. Of course, it doesn't work!!
=SUMPRODUCT(IF('Actuals Data'!B:B=A9,IF('Actuals Data'!E2:EE23000=1,IF(A16,'Actuals Data'!D))))
Thanks so much,
Todd
Acct Num. Description Period Balance Period ID
000 Amort Finance Costs Interim Fac $0.00 1
000 Bank Charges $0.00 1
000 Computer HW Costs $0.00 1
000 Dep - Computer Hardware $0.00 1
000 Dep - Computer Software $0.00 1
000 Depn - Office Eqpt $0.00 1
A9 contains the Account # to search for
A16 contains the period date to search for
There are 18 account numbers and 12 periods
Here is the formula I have so far. Of course, it doesn't work!!
=SUMPRODUCT(IF('Actuals Data'!B:B=A9,IF('Actuals Data'!E2:EE23000=1,IF(A16,'Actuals Data'!D))))
Thanks so much,
Todd