sullyman Posted February 9, 2008 Posted February 9, 2008 I have about ten fields for delivery dates in FM. We have come up with a formula in Excel where if you enter the first date in the first cell, the remaining 9 cells will automatically fill in with correct dates etc. E.g. Field 2 would be Field 1 + 3 Days Field 3 would be Field 2 + 2 Days Field 4 would be Field 3 + 4 Days Is this possible in FM? Thanks, Sully
The Shadow Posted February 9, 2008 Posted February 9, 2008 (edited) Yes, Field1 would be a normal field of type date. Field2 would be a calculation field, with a calculation (returning type date) of: Field1 + 3 Field3 is also a date type calc field: Field2 + 2 etc. Edited February 9, 2008 by Guest
Recommended Posts
This topic is 6192 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