If blank function
Options

ASNTLevelIII
ββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!