Formula Help
Rebecca Wilhelm
Overachievers Alumni
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
Tags:
Comments
-
You just have a misplaced closing parenthesis. Try this...
=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)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 404 Global Discussions
- 215 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!