시작하기무료로 시작하기

Find minimum and maximum dividends

Complete your analysis by looking at the series of dividends. What are the minimum and maximum dividend paid out by the company over the period?

To answer these questions, you cannot simply use MIN() and MAX(). As cells with 0 indicate “no dividend”, you must exclude them from the computations.

To do so, you should use MINIFS() and MAXIFS(). These functions, like COUNTIFS(), apply the desired operation to all the cells which meet one or more specific conditions.

Contrarily to COUNTIFS(), MINIFS() and MAXIFS() require three mandatory arguments: the range of cells from which the minimum or the maximum is determined, the range of cells on which the condition applies, and the condition itself enclosed with quotes.

이 연습은 강의의 일부입니다

Google Sheets로 하는 금융 분석

강의 보기

연습 안내

  • In F12, use the function MINIFS() to find the smallest dividend paid by ABC during the period. Select all the dividends larger than zero as a condition in the function.

  • In F13, use the function MAXIFS() to find the largest dividend paid by ABC during the period. Select all the dividends larger than zero as a condition in the function.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작