StephenAnguiano
8 years agoQrew Cadet
Updating script with specific dates
How would I rewrite the script to account for both [Program approved] and [Permanently Rejected] fields to be specific for dates below?
June2016 - May2017=2016
June2017 ? May2018=2017
June2018 ? May2019=2018
My current script is working but I need to account for 2018:
If([Customer - Utility]="ABC Energy" and (Date(2017,5,31)>=[Program approved] or Date(2017,5,31)>=[Permanently Rejected]),"2016","2017")