If there is no info in the second date column leave the formula cell empty or say "incomplete"
Chris_Lloyd
✭✭
I can either get the calculation to work or I can get it to say Incomplete when the second date is empty. How do I get it to do both?
Tags:
Best Answer
-
I think this will do what you are looking for:
=IF(ISDATE([ASSMT DATE]@row), IF(ISDATE([AUTH'D DATE]@row), [AUTH'D DATE]@row - [ASSMT DATE]@row, "Incomplete"))
Answers
-
I think this will do what you are looking for:
=IF(ISDATE([ASSMT DATE]@row), IF(ISDATE([AUTH'D DATE]@row), [AUTH'D DATE]@row - [ASSMT DATE]@row, "Incomplete"))
-
Perfect thanks so much :)
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives