Hi. I've been using SUMPRODUCT with arrays throughout this project, but now I need to end the array checking with subtraction. I am getting a #VALUE value (which is usually formatting, but the formatting checks out).
=SUMPRODUCT(--('All Transactions'!AE2:AE5348=' Budget Financial Tracking'!H9),--('All Transactions'!AD2:AD5348=' Budget Financial Tracking'!K4),--('All Transactions'!F2:F5348=' Budget Financial Tracking'!K6),'All Transactions'!Q2-'All Transactions'!S2)
What I am doing here is checking to see if the data in three arrays matches its identifier (K4, K6 and H9). Where there is a match (and there will always be a match), then I want the arithmetic (Q2-S2) to be performed.
I think I am close...
Thanks,
=SUMPRODUCT(--('All Transactions'!AE2:AE5348=' Budget Financial Tracking'!H9),--('All Transactions'!AD2:AD5348=' Budget Financial Tracking'!K4),--('All Transactions'!F2:F5348=' Budget Financial Tracking'!K6),'All Transactions'!Q2-'All Transactions'!S2)
What I am doing here is checking to see if the data in three arrays matches its identifier (K4, K6 and H9). Where there is a match (and there will always be a match), then I want the arithmetic (Q2-S2) to be performed.
I think I am close...
Thanks,