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
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!