I'm trying to calculate how many days the process takes. I want to calculate the days from "Date Request Received (LAW)" to "Date of City Council Decision". If "Date of City Council Decision" is blank, I'd like it to use today's date.
I can't figure out where I went wrong. Thanks in advance!
=IF(ISBLANK([Date of City Council Decision]1), TODAY()- [Date Request Received (LAW)]1), [Date of City Council Decision]1-[Date Request Received (LAW)]1