Dianne Posted February 28, 2005 Share 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. Link to comment Share on other sites More sharing options...
Fitch Posted February 28, 2005 Share Posted February 28, 2005 Date + 30 Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share 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 Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share 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 Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share 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 Link to comment Share on other sites More sharing options...
electrobase Posted March 11, 2005 Share 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! :-) Link to comment Share on other sites More sharing options...
electrobase Posted March 11, 2005 Share 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! :-) Link to comment Share on other sites More sharing options...
electrobase Posted March 11, 2005 Share 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! :-) Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share 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. Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share 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. Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share 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. Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share Posted March 11, 2005 any idea how to get it to ignore weekends? Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share Posted March 11, 2005 any idea how to get it to ignore weekends? Link to comment Share on other sites More sharing options...
Dianne Posted March 11, 2005 Author Share Posted March 11, 2005 any idea how to get it to ignore weekends? Link to comment Share on other sites More sharing options...
-Queue- Posted March 11, 2005 Share 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. Link to comment Share on other sites More sharing options...
-Queue- Posted March 11, 2005 Share 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. Link to comment Share on other sites More sharing options...
-Queue- Posted March 11, 2005 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6584 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