Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Logical Functions | Working with Functions
Excel Beginner Course (copy) 1779794555568

Logical Functions

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

A function that results in TRUE or FALSE is called a logical function.

In Excel, you can use logical expressions:

  • > (greater than);
  • < (less than);
  • = (equals);
  • <> (not equal to);
  • >= (greater than or equal to);
  • <= (less than or equal to).

Examples of use:

FunctionResult
3.14 > 0TRUE
5 < 1/2FALSE
3/2 = 1.5TRUE
6 <> 2*3FALSE
8 >= 24/3TRUE
10 <= 100/15FALSE

Logical functions in Excel include IF, AND, OR, NOT. The general form of the IF function is: IF(logical_expression;value_if_TRUE;value_if_FALSE)

These functions are most often used as arguments in the IF function, and very rarely on their own.

Task: Calculating Tax Coefficients Based on Employee Count

Background:

You are provided with a dataset of 5 companies. Each company has a different number of employees. The tax coefficient for each company is determined based on the number of employees they have. The tax rules are as follows:

  • Companies with less than 20 employees have a tax coefficient of 0,15;
  • Companies with 20 to 50 employees have a tax coefficient of 0,20;
  • Companies with more than 50 employees have a tax coefficient of 0,25.

You can try it by yourself:

Task: Calculating Bonus Eligibility

Scenario:

You are tasked with determining employee bonus eligibility. Employees qualify for a bonus if they meet the following criteria:

  • They must have been employed for at least one year;
  • They must have exceeded their annual sales target.
_ABCDE
1Employee NameYears EmployedSales TargetActual SalesBonus
2Alice2100000150000
3Bob0.58000090000
4Carol3120000115000

1. What formula can you use in Excel to determine if these employees are eligible for a bonus? Write the formula in cell E2 and drag it down.

2. Determine the results of such functions

question mark

What formula can you use in Excel to determine if these employees are eligible for a bonus? Write the formula in cell E2 and drag it down.

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

question mark

Determine the results of such functions

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

Great job finishing Chapter 3! Now, let's dive into the next chapter and discover more exciting Excel skills!

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

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

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

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

Запитати АІ

expand

Запитати АІ

ChatGPT

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

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