Calculating Column Average in Sheet Summary

Hello,
I'm trying to calculate the average of the column "Days to Creation" in my Sheet Summary. I need the formula to ignore blank cells and any that contain #INVALID ERROR TYPE.
Does anyone have suggestions on how to modify my formula?
Shelby/Bee Lund | they/them/theirs
Oregon Health & Science University
Project Coordinator, Conversions
Best Answers
-
You would need to put the IFERROR in the [Days To Creation] column formula to remove the errors from the source data.
-
It would look something like this:
=IFERROR(NETWORKDAYS(β¦β¦β¦β¦β¦β¦), "")
Answers
-
You would need to put the IFERROR in the [Days To Creation] column formula to remove the errors from the source data.
-
Hi @Paul Newcome,
Here is the formula that is in my [Days to Creation (Helper)] column. Do I add IFERROR to the beginning of this? Is there anythig else I need to add?
Shelby/Bee Lund | they/them/theirs
Oregon Health & Science University
Project Coordinator, Conversions -
It would look something like this:
=IFERROR(NETWORKDAYS(β¦β¦β¦β¦β¦β¦), "")
-
Thank you so much!
Shelby/Bee Lund | they/them/theirs
Oregon Health & Science University
Project Coordinator, Conversions
Help Article Resources
Categories
Check out the Formula Handbook template!