Bank Statements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to setup a bank statement that will include post dated checks...need to have daily total not showing post dated checks ..... with still seeing when they will be coming out. HELP
 
JSK,

With dates in column B and amounts in column C:

=SUMIF(B:B,"<" &NOW(),C:C)

will show the sum of checks that aren't post-dated.

HTH,
Bernie
MS Excel MVP

JSK said:
I need to setup a bank statement that will include post dated
checks...need to have daily total not showing post dated checks .....
with still seeing when they will be coming out. HELP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top