Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If {YourDate} in Calendar1stQtr
Then {YourAmount}
Else 0;
If CurrentDate in Calendar1stQtr
Then
If {YourDate} in Calendar1stQtr
Then {YourAmount}
Else 0
Else
If CurrentDate in Calendar2ndQtr
Then
If {YourDate} in Calendar2ndQtr
Then {YourAmount}
Else 0