How do you calculate an average on a column that also contains "#Invalid Data Type" in some cells??

GMichal
GMichal ✭✭✭✭✭

I have a column of numbers (days duration) between two date columns but, in many cases, one of the dates may be missing which gives me an #Invalid Data Type entry in the column where I am averaging the days duration. Attempting to average the column, I don't know the syntax to skip over the #Invalid Data Type cells to only average the cell that contain numbers.

I've tried this approach but it doesn't seem to be working as I get a "#UNPARSEABLE" response to the formula.

=if([Total - Appl Compl to Bus Ready] >=0, AVG([Total - Appl Compl to Bus Ready]:[Total - Appl Compl to Bus Ready], "")

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!