=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
Check out the Formula Handbook template!