MENU
  

Q: How can I compute the average of a column without specifying a range? A: To compute the average of all cells at E14 and below, use: =AVERAGE(FILTER(E14:E,E14:E <> ""))