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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!