Jump to content

Date Calculation


This topic is 6979 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 2 weeks later...

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

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

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

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

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

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

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

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

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

This topic is 6979 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.