=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
- 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!