jeansb1315
New Member
- Joined
- Mar 16, 2017
- Messages
- 4
Hello-
I was using a formula that summed 2 cells on a bank account spreadsheet:
=F214+H213
F is an amount withdrawn/deposited column
H is a running balance of column
So my formula takes the previous balance and sums it with the new withdrawal/deposit being entered, giving the new balance
Now I need to break column F into two columns (F & G)
F is withdrawals
G is deposits
H remains the running balance
On each row either F or G will contain a value and the other will remain blank
My problem is creating a function that will sum F & H, if H is not blank OR sum G & H, if G is not blank
After scouring the internet I have tried many functions unsuccessfully.
I felt like I was getting close when trying to nest SUMIF statements
=SUMIF(F214="","",H215+F214,IF(G214="","",H215+G214))
It gives me the error "You've entered too many arguments for this function"
Can anyone tell me what I'm doing wrong here?
I would appreciate any help on this.
Thank you in advance!
I was using a formula that summed 2 cells on a bank account spreadsheet:
=F214+H213
F is an amount withdrawn/deposited column
H is a running balance of column
So my formula takes the previous balance and sums it with the new withdrawal/deposit being entered, giving the new balance
Now I need to break column F into two columns (F & G)
F is withdrawals
G is deposits
H remains the running balance
On each row either F or G will contain a value and the other will remain blank
My problem is creating a function that will sum F & H, if H is not blank OR sum G & H, if G is not blank
After scouring the internet I have tried many functions unsuccessfully.
I felt like I was getting close when trying to nest SUMIF statements
=SUMIF(F214="","",H215+F214,IF(G214="","",H215+G214))
It gives me the error "You've entered too many arguments for this function"
Can anyone tell me what I'm doing wrong here?
I would appreciate any help on this.
Thank you in advance!