I'm wondering if there's a way to calculate a Form (version 10.1) date field based on the date the form is being filled out and a list of dates. For instance, given today is 9/2/2016, based on the list of pay period ending dates (09/10/2016, 09/24/2016, 10/08/2016, 10/22/2016, etc.), it populates 9/10/2016 as the next pay period ending date.
In Excel, I can calculate the number of weeks since the first Pay Period Ending Date, roundup to the next integer, and multiply by 14. (Also, Excel knows that this was a Leap Year.)
Any assistance would be appreciated!