Is it possible to use sumproduct and if statements together, or is there an easier way of achieving what I need to do here?
I have the following formula:
=SUMPRODUCT(--(Statement!$J$1:$J$1724=C13),Statement!$L$1:$L$1724)
What this does is look at my bank statement sheet for a particular line (C13), for example "Subscription Fees", and returns the total amount in column L for all with the note of subscription fees.
What I want to do is narrow it down even further. There is another column that indicates either income or expenditure. What I need is to basically say:
Where column J is "Subscription Fees" AND "Income", then return the amount in column L.
What would be the best way to do this? Perhaps the sumproduct function isn't the best any longer.
Thanks in advance for any help
I have the following formula:
=SUMPRODUCT(--(Statement!$J$1:$J$1724=C13),Statement!$L$1:$L$1724)
What this does is look at my bank statement sheet for a particular line (C13), for example "Subscription Fees", and returns the total amount in column L for all with the note of subscription fees.
What I want to do is narrow it down even further. There is another column that indicates either income or expenditure. What I need is to basically say:
Where column J is "Subscription Fees" AND "Income", then return the amount in column L.
What would be the best way to do this? Perhaps the sumproduct function isn't the best any longer.
Thanks in advance for any help