Is not blank to determine to check box
Sborror
✭✭
I have a Date field - if date field is not blank I want the a Complete checkbox field to be checked.
I've tried this
=IF(ISBLANK([VD MD Completion Date]57)1, 0)
Answers
-
Hey @Sborror
Just a minor tweak of your original formula. You are missing a comma
=IF(ISBLANK([VD MD Completion Date]@row),1, 0)
When you are building a formula I encourage you to insert your cursor into your formula to see where the formula wizard places you in the formula. I find it helps catch my inadvertent mistakes.
cheers,
Kelly
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives