Functions and their Meanings!

12345678910
Across
  1. 2. calculates the sum of a group of values
  2. 4. returns the system date, without the time
  3. 6. calculates a sum from a group of values, but just of values that are include because a condition is met
  4. 8. rounds a number to a specified number of decimal places
  5. 10. removes the decimal portion of a number, leaving just the integer portion
Down
  1. 1. counts the number of cells in a range that match a criteria
  2. 3. counts the number of cells in a range that contains numbers
  3. 5. calculates the mean of a group of values
  4. 7. tests for a true or false condition and then returns one value or another
  5. 9. returns the system date and time