I have an Excel sheet where I use the "aggregate" function to average up all the values in a column that aren't error. The formula in Excel is =aggregate(1, 6, D2:D5). The 1 corresponds to the "average" function. The 6 corresponds to the option to ignore error values (link here for aggregate function usage from Microsoft)
However, there is no "aggregate" function for Google sheets. What is the corresponding built-in function in Google sheets?
