ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   code for orders (https://www.excelbanter.com/excel-discussion-misc-queries/85290-code-orders.html)

recipe type data

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.

Roger Govier

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.





All times are GMT +1. The time now is 03:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com