Hello,
I am trying to figure out how to create a formula that will feed into a different worksheet. I have most of it figured out but I am stuck at two parts.
[TABLE="width: 832"]
<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]AsOfDate[/TD]
[TD]BankId[/TD]
[TD]AccountNumber[/TD]
[TD]AccountName[/TD]
[TD]BaiControl[/TD]
[TD]Currency[/TD]
[TD]Transaction[/TD]
[TD] Amount [/TD]
[/TR]
[TR]
[TD="align: right"]6/3/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1069907107[/TD]
[TD]facility name[/TD]
[TD="align: right"]145[/TD]
[TD]USD[/TD]
[TD]ACH Credits[/TD]
[TD] 657.44[/TD]
[/TR]
[TR]
[TD="align: right"]6/3/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1069907107[/TD]
[TD]facility name[/TD]
[TD="align: right"]115[/TD]
[TD]USD[/TD]
[TD]Lockbox Deposits[/TD]
[TD] 1,190.87[/TD]
[/TR]
[TR]
[TD="align: right"]6/4/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1069907107[/TD]
[TD]facility name[/TD]
[TD="align: right"]575[/TD]
[TD]USD[/TD]
[TD]ACH Credits[/TD]
[TD] 1,734.14[/TD]
[/TR]
[TR]
[TD="align: right"]6/4/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1077669217[/TD]
[TD]facility name[/TD]
[TD="align: right"]475[/TD]
[TD]USD[/TD]
[TD]Lockbox Deposits[/TD]
[TD] 1,247.00[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to pull the amounts as of the date so it feeds into the correct cell based on the account name. The sum has to be the total of ach credits and lockbox credits. there are also other items in the transaction column ( debits, checks paid) so i only need those two items to be based off the sum. I tried the sumifs and i can get it to work with only one criteria but not both for the transaction. (i hope this makes sense) Any help is appreciated!
[TABLE="width: 832"]
<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to figure out how to create a formula that will feed into a different worksheet. I have most of it figured out but I am stuck at two parts.
[TABLE="width: 832"]
<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]AsOfDate[/TD]
[TD]BankId[/TD]
[TD]AccountNumber[/TD]
[TD]AccountName[/TD]
[TD]BaiControl[/TD]
[TD]Currency[/TD]
[TD]Transaction[/TD]
[TD] Amount [/TD]
[/TR]
[TR]
[TD="align: right"]6/3/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1069907107[/TD]
[TD]facility name[/TD]
[TD="align: right"]145[/TD]
[TD]USD[/TD]
[TD]ACH Credits[/TD]
[TD] 657.44[/TD]
[/TR]
[TR]
[TD="align: right"]6/3/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1069907107[/TD]
[TD]facility name[/TD]
[TD="align: right"]115[/TD]
[TD]USD[/TD]
[TD]Lockbox Deposits[/TD]
[TD] 1,190.87[/TD]
[/TR]
[TR]
[TD="align: right"]6/4/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1069907107[/TD]
[TD]facility name[/TD]
[TD="align: right"]575[/TD]
[TD]USD[/TD]
[TD]ACH Credits[/TD]
[TD] 1,734.14[/TD]
[/TR]
[TR]
[TD="align: right"]6/4/2019[/TD]
[TD]'043000096[/TD]
[TD="align: right"]1077669217[/TD]
[TD]facility name[/TD]
[TD="align: right"]475[/TD]
[TD]USD[/TD]
[TD]Lockbox Deposits[/TD]
[TD] 1,247.00[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to pull the amounts as of the date so it feeds into the correct cell based on the account name. The sum has to be the total of ach credits and lockbox credits. there are also other items in the transaction column ( debits, checks paid) so i only need those two items to be based off the sum. I tried the sumifs and i can get it to work with only one criteria but not both for the transaction. (i hope this makes sense) Any help is appreciated!
[TABLE="width: 832"]
<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]