Dianne Posted February 28, 2005 Posted February 28, 2005 I am trying to have a date field with a date and then another date field with the date 30 days after the first date? I can't figure it out - Any ideas would be greatly received.
Dianne Posted March 11, 2005 Author Posted March 11, 2005 bascially I am trying to set an invoice due date which is 30 days from the date of invoice. (Invoice date) + 30 doesn't work for obvious reasons I have tried a few different formulas including... & Date(Month(Invoice date) + 1;Day(Invoice date);Year(invoice date)) I can't figure it out - can anybody shed shoe light? Thanks in advance
Dianne Posted March 11, 2005 Author Posted March 11, 2005 bascially I am trying to set an invoice due date which is 30 days from the date of invoice. (Invoice date) + 30 doesn't work for obvious reasons I have tried a few different formulas including... & Date(Month(Invoice date) + 1;Day(Invoice date);Year(invoice date)) I can't figure it out - can anybody shed shoe light? Thanks in advance
Dianne Posted March 11, 2005 Author Posted March 11, 2005 bascially I am trying to set an invoice due date which is 30 days from the date of invoice. (Invoice date) + 30 doesn't work for obvious reasons I have tried a few different formulas including... & Date(Month(Invoice date) + 1;Day(Invoice date);Year(invoice date)) I can't figure it out - can anybody shed shoe light? Thanks in advance
electrobase Posted March 11, 2005 Posted March 11, 2005 I'm sorry, why doesn't invoice date + 30 work? we have been using just that formula for years. good luck! :-)
electrobase Posted March 11, 2005 Posted March 11, 2005 I'm sorry, why doesn't invoice date + 30 work? we have been using just that formula for years. good luck! :-)
electrobase Posted March 11, 2005 Posted March 11, 2005 I'm sorry, why doesn't invoice date + 30 work? we have been using just that formula for years. good luck! :-)
Dianne Posted March 11, 2005 Author Posted March 11, 2005 it does - sorry!! had invoice date set to number rather than date. (invoice date) + 30 was the first thing I tried and when I corrected that it didn't occur to me to try again...thanks so much for replying.
Dianne Posted March 11, 2005 Author Posted March 11, 2005 it does - sorry!! had invoice date set to number rather than date. (invoice date) + 30 was the first thing I tried and when I corrected that it didn't occur to me to try again...thanks so much for replying.
Dianne Posted March 11, 2005 Author Posted March 11, 2005 it does - sorry!! had invoice date set to number rather than date. (invoice date) + 30 was the first thing I tried and when I corrected that it didn't occur to me to try again...thanks so much for replying.
-Queue- Posted March 11, 2005 Posted March 11, 2005 invoice date + 30 + 2 * (DayOfWeek(invoice date) = 5) + (DayOfWeek(invoice date) = 6) This will give any invoices from Thursday or Friday the same due date of the following Monday after invoice date + 30.
-Queue- Posted March 11, 2005 Posted March 11, 2005 invoice date + 30 + 2 * (DayOfWeek(invoice date) = 5) + (DayOfWeek(invoice date) = 6) This will give any invoices from Thursday or Friday the same due date of the following Monday after invoice date + 30.
-Queue- Posted March 11, 2005 Posted March 11, 2005 invoice date + 30 + 2 * (DayOfWeek(invoice date) = 5) + (DayOfWeek(invoice date) = 6) This will give any invoices from Thursday or Friday the same due date of the following Monday after invoice date + 30.
Recommended Posts
This topic is 7265 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now