AVERAGE Function
To calculate the average, Excel sums all numeric values and divides by the count of numeric values. AVERAGE takes multipleargumentsin the formnumber1,number2,number3, etc. up to 255 total. Arguments can include numbers, cell references, ranges, arrays, and constants. Empty cells, and cells that contain text or logical values are ignored. However, zero (0) values are included. you might ignore zero (0) values with theAVERAGEIFS function, as explained below. The AVERAGE function will ignore logical values and numbers entered as text....