I know this is super simple, but I am new to formulas. Here's my problem:
I have volunteers signing up for a rotation and I'm trying to make a view that will capture their hotel needs, which are generally: Check In one day BEFORE their First Day BOG and Check Out one day AFTER their Last Day BOG (BOG = Boots on the Ground).
This is the formula I am using to get their Check In date: DATEADD({First Day BOG},-1,'days')
It is not calculating correctly.
This is the formula I am using to get their Check Out date: DATEADD({Last Day BOG},1,'days')
Also not calculating correctly.
Help & TIA