I have a text box that counts the number of days from a selection. The problem is if there are no values in the range the box remains blank.
What I want if there are no values to sum it will = 0
I have tried the following but it does not seem to work:
=Sum(NZ([No of Days],0))
What I want if there are no values to sum it will = 0
I have tried the following but it does not seem to work:
=Sum(NZ([No of Days],0))