adspace
Answer Posted / Rakesh Kumar Singh
In Excel, to use AVERAGEIF function, you can follow this syntax: AVERAGEIF(range, criteria, [array]) where range is the set of cells you want to average, criteria is the condition for the cells to be included in the average calculation (this should be a logical value or a reference to a cell containing a logical value), and array is an optional argument specifying the area to perform the average calculation on. If not provided, it defaults to the range specified.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers