Function "Networkdays"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've used this function successfully to calculate the number of business days
between two dates. For rows in which there are no data, the value of "0"
comes up by default. (This is a simple list in which a person enters data - I
don't want to use data forms.)

With these data, I want to calculate MIN, MAX and AVG values.

How do I go about doing this while discounting the default zeros? This skews
my data considerably!

Thanks to all for any response.
 
=MIN(IF(Range<>0,Range))

entered with ctrl + shift & enter


Regards,

Peo Sjoblom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top