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