Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Aggregations | Calculating Data Like a Pro
A Fun Way to Excel

bookAggregations

Свайпніть щоб показати меню

The Aggregation Functions

  1. Total of a range SUM
    Adds every numeric value in the range. The most commonly used function in any spreadsheet. Ignores empty cells and text.
    =SUM(E3:E35);
  2. Mean value AVERAGE
    Calculates the arithmetic mean — the sum divided by the count of numeric values. Ignores empty cells and text, so incomplete rows don't distort the result.
    =AVERAGE(D9:D35);
  3. Smallest value MIN
    Returns the lowest number in the range.
    =MIN(D9:D35);
  4. Largest value MAX
    Returns the highest number.
    =MAX(D9:D35);
  5. Count numeric cells COUNT
    Counts only cells containing a number.
    =COUNT(D9:D35);
  6. Count all non-empty cells COUNTA
    Counts every cell that has any content — numbers, text, or formulas.
    =COUNTA(A9:A35).
question mark

Hi

Виберіть правильну відповідь

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 3

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

Секція 3. Розділ 3
some-alt