Excel Formulas and Functions


Posted by Sherry on February 09, 2002 5:26 PM

I need some easy tips on Excel formulas and functions. I am trying to set up a spreadsheet for my bank account. I have columns for debit, credit, account balance, cleard y or n, outstanding. If a check hadn't cleared I will put a "n" and I would like in the outstanding there to be a formula to place the amount of the check(debit)that hadn't cleard. This way I can have an outstanding amount and somehow subtract this amount from the account balance to give me a reconciled amount.



Posted by Paul B on February 09, 2002 8:06 PM

If your cleard y or n are in Column A and your outstanding is in column B this will show you the amount if there is an "n" in column A. =SUMIF(A4,"n",B4) I was just playing around tonight with a worksheet for a checking account if you want to look at it let me know and I will send it.