I need it to return blank
Hello,
I am currently using this formula, which works fantastic, =ROUND((([Shipped Date]@row - DATE(2021, 10, 31)) / 7) + 0.49, 0) but if there is no date entered on the shipped date column, it returns a 0. how can I make it be blank instead of 0?
Answers
-
=IF([Shipped date]@row = ""; ""; ROUND((([Shipped date]@row - DATE(2021; 10; 31)) / 7) + 0,49; 0))
-
DId not work.
Help Article Resources
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!