Multiple Functions per Cell/Column
Hi,
Is it possible for a single Cell/Column to have multiple functions and if so, how do you achieve it?
For reference, I am trying to track the amount of days between different date columns, however it might take a few hours/days to input the second date. Because of this the cell is filled with #Invalad Data Type.
Is there a way to combine =NETDAYS ([Ordered Date]@row, [Received Date]@row) *formula used to track the number of days* with =IFERROR(Ordered Date]@row - [Received Date]@row) *formula used to stop the #Invalad Data Type from showing*?
Any information would be helpful. Thank you!
Best Answer
-
You have to nest the formula. See below,
IFERROR(NETDAYS ([Ordered Date]@row, [Received Date]@row), "")
Answers
-
You have to nest the formula. See below,
IFERROR(NETDAYS ([Ordered Date]@row, [Received Date]@row), "")
-
Thank you @Sameer Karkhanis!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!