#1   Report Post  
Posted to microsoft.public.excel.misc
recipe type data
 
Posts: n/a
Default code for orders

i am useing excel 2000 and i want to enter all my customer orders on a work
sheet and i can use this code to filter for past due
invoices.="<"&today()-n1.my ? is what can i add to this code so that it will
ignore old paid invoices.thanks for your time.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default code for orders

Hi
Just a little difficult without knowing the layout of your data, but
supposing that Column D hold Invoice date and column E holds Payment
Date, then the following should work

=AND(E1="",D1<Today()-N1)
Any invoices that are paid will have entries in Payment Date hence would
be ignored.
Change references to suit your data.

--
Regards

Roger Govier


"recipe type data" wrote in
message ...
i am useing excel 2000 and i want to enter all my customer orders on a
work
sheet and i can use this code to filter for past due
invoices.="<"&today()-n1.my ? is what can i add to this code so that
it will
ignore old paid invoices.thanks for your time.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
code not unique find latest date Barbara Wiseman Excel Discussion (Misc queries) 3 December 11th 05 08:50 AM
VLOOKUP for Zip Code Ranges JerseyJR Excel Worksheet Functions 2 September 6th 05 06:37 PM
Conform a total to a list of results? xmaveric Excel Discussion (Misc queries) 1 August 21st 05 07:22 PM
Macro for changing text to Proper Case JPriest Excel Worksheet Functions 3 August 8th 05 09:31 PM
close form code tkaplan Excel Discussion (Misc queries) 1 June 3rd 05 10:49 PM


All times are GMT +1. The time now is 08:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"