Sure thing. Essentially, the purpose is to track spending on both ticket sales and top-ups through the Cap Metro app. You can either purchase individual tickets via the balance on the app or one of the account sources listed on the right. Therefore, I'm developing formulas to track which source the top-ups come from, and or the individual purchase amounts come from. The screenshot you saw before was a bit outdated and was the wrong one. The one below shows the use of the new formula listed in my latest reply. I'll show you the formulas for the amount calculations for each account source. Therefore, if I top up on the app with an amount from the Netspend account and or I make individual ticket purchases through that account, I want both the top-up amount and the purchases to be totaled. See the latest screenshot and formulas below.
Formulas used in J5-J14
=(SUMIF(D4:D15,I5,H4:H15)+(SUMIF(C2,I5,B2)))
=(SUMIF(D4:D15,I6,H4:H15)+(SUMIF(C2,I6,B2)))
=(SUMIF(D4:D15,I7,H4:H15)+(SUMIF(C2,I7,B2)))
=(SUMIF(D4:D15,I8,H4:H15)+(SUMIF(C2,I8,B2)))
=(SUMIF(D4:D15,I9,H4:H15)+(SUMIF(C2,I9,B2)))
=(SUMIF(D4:D15,I10,H4:H15)+(SUMIF(C2,I10,B2)))
=(SUMIF(D4:D15,I11,H4:H15)+(SUMIF(C2,I11,B2)))
=(SUMIF(D4:D15,I12,H4:H15)+(SUMIF(C2,I12,B2)))
=(SUMIF(D4:D15,I13,H4:H15)+(SUMIF(C2,I13,B2)))
=SUMIF(D4:D15,I14,H4:H15) - Because there is no scenario for topping up the app from a previous balance, this formula is different.

I hope this explains things further and is what you're looking for.