A user has a list of sales figures in cells C2 through C50. Some cells are blank, indicating no sales for that day. To calculate the average sales for only the days where a sale was made, which function should be used?
-
A
=AVERAGE(C2:C50)
-
B
=AVERAGEA(C2:C50)
-
C
=SUM(C2:C50)/50
-
D
=MEDIAN(C2:C50)