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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 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!