I'm having trouble with the AVERAGEIF function. I have a project intake sheet, and I'd liek to take the average of a number among all projects in the sheet.
I'm attempting to use =AVERAGEIF([Duration of Hold]6:[Duration of Hold]100, >0)), but I can't figure out how to protray the critera correctly to make the formula work.
I want it to only take the average of cells in Duration of Hold, but only the ones that have a number. The column Duration of Hold is calculated based on Start and End date columns. So some rows have a number, but in others the data is still incomplete so some cells say "#INVALID DATA TYPE" because the project hasn't progressed yet. My AVERAGEIF formula is coming back as "UNPARSABLE" currently.
Is there a way to exclude the INVALID DATA TYPE rows in my AVERAGEIF formula? See screenshots below for reference. Thank you!