=iferror issue
Hi
I have a formula as follows in a cell, however when there is no data to display I do not want the message Invalid Data Type
formula is =NETDAYS([TESTING1]@row, TODAY())
I have tryed =iferror(NETDAYS([TESTING1]@row, TODAY()) but had no luck
Hoping someone can advise the fix and what went wrong please
Answers
-
Hello @WWARRIOR2018,
In your formula you are just missing the criteria if there is an error. The formula below should be what you are looking for.
=IFERROR(NETDAYS([TESTING1]@row, TODAY()), "")
There is a good write up in the Formula Handbook on IFERROR in case that is helpful to you.
Protonsponge
-
@Protonsponge Thankyou so much, I am pleased I was close and thanks for the link I will def go have a look at the handbook.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!