If blank function
I added a formula for a date but the field where it pulls from is blank. I know in excel you can do a ifblank function how does it work in smartsheet?
Answers
-
=if(isblank(cell@row),1,0)
=if(cell@row = "",1,0)
-
I tried and it didnt work is there something Im missing. here is my formula:
=if([VT Current Cert Date]@row="",""),DATE(YEAR([VT Current Cert Date]@row) + 3, MONTH([VT Current Cert Date]@row), DAY([VT Current Cert Date]@row))
-
=if([VT Current Cert Date]@row="","",DATE(YEAR([VT Current Cert Date]@row) + 3, MONTH([VT Current Cert Date]@row), DAY([VT Current Cert Date]@row))
Extra close parenthesis after quotes
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!