Что такое функция power в excel

Excel for Microsoft 365 Excel for Microsoft 365 for Mac Excel for the web Excel 2021 Excel 2021 for Mac Excel 2019 Excel 2019 for Mac Excel 2016 Excel 2016 for Mac Excel 2013 Excel 2010 Excel 2007 Excel for Mac 2011 Excel Starter 2010 More…Less

Let’s say you want to calculate an extremely small tolerance level for a machined part or the vast distance between two galaxies. To raise a number to a power, use the POWER function.

Description

Returns the result of a number raised to a power.

Syntax

POWER(number, power)

The POWER function syntax has the following arguments:

  • Number    Required. The base number. It can be any real number.

  • Power    Required. The exponent to which the base number is raised.

Remark

The «^» operator can be used instead of POWER to indicate to what power the base number is to be raised, such as in 5^2.

Example

Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

Formula

Description

R
esult

=POWER(5,2)

5 squared.

25

=POWER(98.6,3.2)

98.6 raised to the power of 3.2.

2401077.222

=POWER(4,5/4)

4 raised to the power of 5/4.

5.656854249

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

  • СИЛА в Excel

ВЛАСТЬ в Excel (Содержание)

  • СИЛА в Excel
  • POWER Formula в Excel
  • Как использовать функцию POWER в Excel?

СИЛА в Excel

Я до сих пор помню дни, когда мой учитель математики почти каждый день бил меня за то, что я не помнил КВАДРАТНЫЙ КОРЕНЬ чисел. Я буквально плакал, когда наступил математический период. Есть много случаев, когда я занимался математикой только для того, чтобы избежать побоев со стороны моего учителя математики.

Хорошо, теперь мне не нужно запоминать все эти КВАДРАТНЫЕ КОРНИ, вместо этого я могу положиться на красивую функцию под названием POWER Function.

Функция POWER помогает поднять число в другое число раз до мощности.

Например: каково значение 5 на квадрат 3? Ответ 5 * 5 * 5 = 125 .

POWER Formula в Excel

Ниже приведена формула СИЛА:

Функция Power включает в себя два параметра, и оба являются обязательными аргументами.

Число: число, которое вам нужно для поднятия силы, т.е. базовое число любого действительного числа.

Мощность: сколько раз вам нужно поднять базовое число. Это показатель для поднятия базового числа.

Символ или оператор (оператор каретки) действует как показатель степени. Например: 6 2 = 36. Это не 6 умножается на 2, а 6 * 6 = 36. Шесть умножается на сам шесть дважды.

Простое уравнение 5 * 5 * 5 * 5 = 625

Как использовать функцию POWER в Excel?

Эта функция POWER очень проста в использовании. Давайте теперь посмотрим, как использовать функцию POWER с помощью нескольких примеров.

Вы можете скачать эту функцию POWER в шаблоне Excel здесь — функция POWER в шаблоне Excel

Пример № 1

Предположим, у вас есть базовые числа из A2: A6 и степенное число (экспоненциальные числа) из B2: B6. Показать мощность значений в столбце A, используя числа питания в столбце B.

Применить формулу силы в ячейке C2

Ответ будет:

Перетащите формулу в другие ячейки.

  • Первое значение — это базовое число 8, возведенное в степень 3, то есть 8 куб. = 8 * 8 * 8 = 512.

Во-вторых, базовое число 11 повышается до степени 6, то есть 11 умножается в 6 раз на 11. = 11 * 11 * 11 * 11 * 11 * 11 = 17, 71 561. Точно так же все значения привели таким образом.

Пример № 2

Используйте те же данные из приведенного выше примера. Вместо использования функции POWER мы используем оператор каретки (^) для выполнения расчетов. Результаты будут такими же, хотя.

Примените формулу в ячейке H2

Ответ будет:

Перетащите формулу в другие ячейки.

Пример № 3

Использование функции POWER вместе с другими функциями. Из приведенных ниже данных увеличьте все четные числа на 2, если число не четное, то увеличьте значение на 5.

Здесь сначала нужно проверить, является ли число четным или нет. Если число найдено даже тогда, увеличьте мощность на 2, если не увеличьте мощность на 5.

Проблема такого типа может быть решена с помощью условия IF, чтобы проверить, является ли число четным или нет.

Примените формулу в ячейке B2.

Ответ будет:

Перетащите формулу в другие ячейки.

  • Если условие IF проверяет, равно ли указанное число четному числу или нет. = ЕСЛИ (А2 = РАВ (А2),
  • Если логика ПЧ истинна, функция POWER повысит мощность на 2. = POWER (A2, 2),
  • Если логика ПЧ ложна, функция POWER увеличивает мощность на 5. = POWER (A2, 5),

Функция POWER в VBA

В VBA также мы можем использовать функцию POWER. Однако дело в том, что мы не видим многих из этих живых примеров в нашей повседневной жизни.

Шаг 1: Откройте редактор VBA (ALT + F11).

Шаг 2: Перейти, чтобы вставить и вставить модуль. Это мгновенно создаст новый модуль для написания нашего кода для функции POWER

Шаг 3: Скопируйте и вставьте приведенный ниже код в новый модуль.

Sub Power_Function_Example ()

Dim My_Result As String

My_Result = Application.WorksheetFunction.Power (6, 3)

MsgBox My_Result

End Sub

Теперь ваше окно должно выглядеть так, как показано ниже.

Если вы запустите код, вы получите следующий результат.

Что нужно помнить о функции POWER

  • Для лучшего понимания мы можем представить степенную функцию таким образом. POWER (X, Y) или POWER (X Y) оба одинаковы.
  • Функция POWER применяется только для числовых значений. Что-нибудь кроме числовых значений, это вызовет ошибку как # ЗНАЧЕНИЕ! Если какой-либо из параметров содержит нечисловые значения, мы получим ошибку. На рисунке ниже показан пример ошибки.

Это покажет ошибку.

Рекомендуемые статьи

Это было руководство к функции питания. Здесь мы обсуждаем формулу POWER и как использовать функцию POWER вместе с практическими примерами и загружаемыми шаблонами Excel. Вы также можете просмотреть наши другие предлагаемые статьи —

  1. Как использовать функцию поиска в Excel?
  2. Функция Excel НЕ
  3. ТРАНСПОЗИРОВАТЬ функцию Excel
  4. LOOKUP в MS Excel

Функция СТЕПЕНЬ возвращает результат возведения числа в степень.

Описание функции СТЕПЕНЬ

Возвращает результат возведения числа в степень.

Синтаксис

=СТЕПЕНЬ(число; степень)

Аргументы

числостепень

Обязательный. Основание; может быть любым вещественным числом.

Обязательный. Показатель степени, в которую возводится основание.

Замечания

Вместо функции СТЕПЕНЬ для возведения в степень более удобно использовать оператор «^», например:

=5^2

возведет 5 в квадрат, или:

=3^9

возведет тройку в девятую степень

Пример

Функция СТЕПЕНЬ возвращает результат возведения числа в заданную степень.

Синтаксис

POWER(number, power,)

аргументы

  • Число (обязательно): базовое число, которое вы хотите возвести в степень;
  • Питания (обязательно): показатель степени, до которого возводится основание.

Замечания

Оператор «^” можно использовать вместо функции POWER.

Например, вы хотите возвести число 10 в 4-ю степень, а это значит, что число 10 будет умножено само на себя 4 раза (10 х 10 х 10 х 10), вы можете использовать либо функцию СТЕПЕНЬ, либо операцию «^» следующим образом.

=МОЩНОСТЬ(10,4) // Результат = 10000

=10^4 // Результат = 10000

Возвращаемое значение

Возвращает числовое значение.

Пример

Как показано на скриншоте ниже, чтобы вычислить результаты заданных чисел и степеней, вы можете сделать следующее.

1. Выберите пустую ячейку (здесь я выбираю ячейку D6), скопируйте или введите приведенную ниже формулу и нажмите кнопку Enter ключ, чтобы получить первый результат. Выберите эту ячейку результата, а затем перетащите ее маркер автозаполнения вниз, чтобы получить другие результаты.

=POWER(B6,C6)

Ноты:

1) В ячейке D6 вы можете напрямую ввести число и мощность в формуле следующим образом:

=МОЩНОСТЬ(3,15)

2) Функция POWER также может обрабатывать числа в текстовом формате.


Лучшие инструменты для работы в офисе

Kutools for Excel — Помогает вам выделиться из толпы

Хотите быстро и качественно выполнять свою повседневную работу? Kutools for Excel предлагает 300 мощных расширенных функций (объединение книг, суммирование по цвету, разделение содержимого ячеек, преобразование даты и т. д.) и экономит для вас 80 % времени.

  • Разработан для 1500 рабочих сценариев, помогает решить 80% проблем с Excel.
  • Уменьшите количество нажатий на клавиатуру и мышь каждый день, избавьтесь от усталости глаз и рук.
  • Станьте экспертом по Excel за 3 минуты. Больше не нужно запоминать какие-либо болезненные формулы и коды VBA.
  • 30-дневная неограниченная бесплатная пробная версия. 60-дневная гарантия возврата денег. Бесплатное обновление и поддержка 2 года.

Лента Excel (с Kutools for Excel установлены)


Вкладка Office — включение чтения и редактирования с вкладками в Microsoft Office (включая Excel)

  • Одна секунда для переключения между десятками открытых документов!
  • Уменьшите количество щелчков мышью на сотни каждый день, попрощайтесь с рукой мыши.
  • Повышает вашу продуктивность на 50% при просмотре и редактировании нескольких документов.
  • Добавляет эффективные вкладки в Office (включая Excel), точно так же, как Chrome, Firefox и новый Internet Explorer.

Снимок экрана Excel (с установленной вкладкой Office)

Комментарии (0)


Оценок пока нет. Оцените первым!

Summary

The Excel POWER function returns a number raised to a given power. The POWER function is an alternative to the exponent operator (^).

Purpose 

Raise a number to a power

Return value 

Arguments 

  • number — Number to raise to a power.
  • power — Power to raise number to (the exponent).

Syntax 

Usage notes 

The POWER function returns a number raised to a given power. POWER is an alternative to the exponent operator (^) in a math equation.

The POWER function takes two arguments: number and power. Number should be a numeric value, provided as a hardcoded constant or as a cell reference. The power argument functions as the exponent, indicating the power to which number should be raised.

Examples

To raise 2 to the 3rd power, you can use POWER like this:

=POWER(2,3) // returns 8

To raise 2 to the 8th power:

=POWER(2,8) // returns 256

To cube the value in cell A1:

=POWER(A1,3) // cube A1

Fractional exponents

To use the power function with a fractional exponent, enter the fraction directly as the power argument:

=POWER(27,1/3) // returns 3
=POWER(81,1/4) // returns 3
=POWER(256,1/8) // returns 2

Exponent operator

In Excel, exponentiation can also be handled with the exponent (^) operator, so:

=2^2=POWER(2,2)=4
=2^3=POWER(2,3)=8
=2^4=POWER(2,4)=16

Dave Bruns Profile Picture

AuthorMicrosoft Most Valuable Professional Award

Dave Bruns

Hi — I’m Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.

OMG…..how easy! I will never do anything other than a Pivot Table if needed.

Get Training

Quick, clean, and to the point training

Learn Excel with high quality video training. Our videos are quick, clean, and to the point, so you can learn Excel in less time, and easily review key topics when needed. Each video comes with its own practice worksheet.

View Paid Training & Bundles

Help us improve Exceljet

totn Excel Functions


This Excel tutorial explains how to use the Excel POWER function with syntax and examples.

Description

The Microsoft Excel POWER function returns the result of a number raised to a given power.

The POWER function is a built-in function in Excel that is categorized as a Math/Trig Function. It can be used as a worksheet function (WS) in Excel. As a worksheet function, the POWER function can be entered as part of a formula in a cell of a worksheet.

Syntax

The syntax for the POWER function in Microsoft Excel is:

POWER( number, power )

Parameters or Arguments

number
It is the base number.
power
It is the exponent used to raise the base number to.

Returns

The POWER function returns a numeric value.

Applies To

  • Excel for Office 365, Excel 2019, Excel 2016, Excel 2013, Excel 2011 for Mac, Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000

Type of Function

  • Worksheet function (WS)

Example (as Worksheet Function)

Let’s look at some Excel POWER function examples and explore how to use the POWER function as a worksheet function in Microsoft Excel:

Microsoft Excel

Based on the Excel spreadsheet above, the following POWER examples would return:

=POWER(A1, A2)
Result: 81

=POWER(A1, A3)
Result: 140.2961154

=POWER(A2, 2)
Result: 16

In mathematics, we had exponents, the power to a given base number. In Excel, we have a similar built-in function known as the POWER function, which is used to calculate the power of a given number or base. To use this function, we can use the keyword =POWER( in a cell and provide two arguments, one as the number and another as power.

For example, suppose the base number 4 is raised to the power number 3. i.e., 4 cube. =4*4*4 = 64.

A POWER in Excel is a Math/Trigonometric function that computes and returns the result of a number raised to a power. The POWER Excel function takes two arguments: the base (any real number) and the exponent (power that signifies how many times the given number will be multiplied by itself). For example, 5 multiplied by a power of 2 is the same as 5 x5.

Table of contents
  • Power in Excel
    • Formula of POWER Function
    • Explanation of POWER Function in Excel
    • How to Use POWER Function in Excel
    • POWER in Excel Example #1
    • POWER in Excel Example #2
    • POWER in Excel Example #3
    • POWER in Excel Example #4
    • Recommended Articles

The Formula of POWER Function
Power Function Fornula

Explanation of POWER Function in Excel

The POWER function in Excel takes both arguments as a numeric value. Hence, the arguments passed are of integer type where the number is the base number, and the POWER is the exponent. Both arguments are required and are not optional.

POWER Function Excel

Power Excel Function

Power excel

We can use the POWER function in Excel in many ways, like for mathematical operations. For example, we can use the POWER function equation to compute the relational algebraic functions.

How to Use POWER Function in Excel

The Excel POWER function is very simple and easy to use. Let us understand the working of POWER in Excel by some examples.

You can download this POWER Function Excel Template here – POWER Function Excel Template

POWER in Excel Example #1

We have a POWER function equation y=x^n (x to the power n), where y is dependent on the value of x, and n is the exponent. We also want to draw the graph of this f(x, y) function for given values of x and n=2. For example, the values of x are:

Power

So, in this case, since the value of y depends upon the nth power of x, we will calculate the value of Y using the POWER function in Excel.

  • 1st value of y will be 2^2 (=POWER(2,2)
  • 2nd value of y will be 4^2 (=POWER(4,2)
  • ……………………………………………………………
  • ……………………………………………………………
  • 10th value of y will be 10^2 (=POWER(10,2)

Power Graph

Now, selecting the values of x and y from range B4:K5, choose the graph (in this example, we have chosen the scatter graph with smooth lines) from the “Insert” tab.

POWER Excel Function1

So, we get a linear, exponential graph for the given POWER function equation.

Power function graph

POWER in Excel Example #2

In algebra, we have the quadratic POWER function equation, represented as ax2+bx+c=0, where x is unknown, and a, b and c are the coefficients. The solution of this POWER function equation gives the roots of the equation, which are the values of x.

The roots of the quadratic POWER function equation are computed by following mathematical formula:

  • x = (-b+ (b2-4ac)1/2)/2a
  • x = (-b- (b2-4ac)1/2)/2a

b2-4ac is called discriminant and describes a quadratic POWER function equation’s number of roots.

Now, we have a list of quadratic POWER function equations given in column A. But, first, we need to find the roots of the equations.

POWER Function (Quadratic Equations)

^ is the exponential operator used to represent the power (exponent). For example, X2 is the same as x^2.

We have five quadratic POWER function equations, and we will solve them using the formula with the help of the POWER function in Excel to find the roots.

In the first POWER function equation, a=4, b=56, and c = -96. If we mathematically solve them using the above formula, we have the roots -15.5 and 1.5.

POWER Function (Quadratic Equations) Examaple 1

To implement this in Excel formula, we will use the POWER function in Excel and the formula will be:

  • =((-56+POWER(POWER(56,2)-(4*4*(-93)),1/2)))/(2*4) will give the first root and
  • =((-56-POWER(POWER(56,2)-(4*4*(-93)),1/2)))/(2*4) will give the second root of the equation

So, the complete formula will be,

=”Roots of equations are”&” “&((-56+POWER(POWER(56,2)-(4*4*(-93)),1/2)))/(2*4)&” , “&((-56-POWER(POWER(56,2)-(4*4*(-93)),1/2)))/(2*4)

The formulas are concatenated with the string “Roots of equation are.”

Using the same formula for other POWER function equations, we have:

POWER Function (Quadratic Equations) Example 2

Output:

POWER Function (Quadratic Equations) Example 3

POWER in Excel Example #3

So, we can use the POWER function in Excel for different mathematical calculations.

Suppose we have to find out the compound interestCompound interest is the interest charged on the sum of the principal amount and the total interest amassed on it so far. It plays a crucial role in generating higher rewards from an investment.read more for which the formula is:

Amount = Principal (1 + r/n)nt

  • Where r is the interest rate, n is the number of times interest is compounded per year, and t is the time.
  • If an amount of $4,000 is deposited into an account (saving) at an interest rate of 5% annually, compounded monthly, the value of the investment after 5 years can be calculated using the above compound interest formula.
  • When, Principal = $4000, rate = 5/100 that is 0.05, n =12 (compounded monthly), time =5 years.

We have the formula using the compound interest formula and implementing it into the Excel formula using the POWER function.

=B2*(POWER((1+(B3/B5)),(B4*B5)))

POWER Function (Quadratic Equations) Example 4

So, the investment balance after 5 years is $5.133.43.

POWER in Excel Example #4

According to Newton’s gravitation law, two bodies at a distance of r from their center of gravity attract each other in the universe according to a gravitational POWER Excel formula.

F = (G*M*m)/r2

When F is the magnitude of the gravitational force, G is called the gravitational constant, M is the mass of the first body, m is the mass of the second body, and r is the distance between the bodies from their center of gravity.

Let us calculate the magnitude of gravitational force by which the sun pulls the earth.

  • The mass of the sun is 1.98*10^30 kg.
  • The mass of the earth is 5.97*10^24 kg.
  • The distance between the sun and the earth is 1.496 x 10^11 meters.
  • Gravitational constant value is 6.67*10^-11 m3kg-1s-2.

In Excel, if we want to calculate the gravitational force, we will again be using the POWER in Excel that can operate over big numeric values.

  • So, we can convert the scientific notation values into the POWER Excel formula using the POWER in Excel.
  • 1.98*10^30 will be represented as 1.98*Power(10,30), similarly to other values.
  • So, the POWER Excel formula to calculate the force will be: = (6.67*POWER(10,-11)*1.98*POWER(10,30)*5.97*POWER(10,24))/POWER(1.496*POWER(10,11),2)

POWER Function (Quadratic Equations) Example 5

Since the value obtained as force is a big number Excel expressed it scientific notationIn Excel, scientific notation is a specific style of writing numbers in scientific and exponential forms. Scientific notation compactly helps display values, allowing us to compare and use the same in calculations.read more. To change it into a fraction, change the format to the fraction.

POWER Function (Quadratic Equations) Example 5-1

Output:

POWER Function (Quadratic Equations) Example 5-2

So, the sun pulls the earth with a force of magnitude 35229150283107900000000 Newton.

Recommended Articles

This article is a guide to the POWER Function in Excel. Here, we discuss the POWER formula in Excel and how to use the POWER Excel function, along with Excel examples and downloadable Excel templates. You may also look at these useful functions in Excel: –

  • Excel vs. AccessExcel and Access are two of Microsoft’s most powerful tools for data analysis and report generation, but there are some significant differences between them. Excel is an older product of Microsoft, whereas Access is the most advanced and complex product of Microsoft. Excel is very easy to create dashboards and formulas, whereas Access is very easy for databases and connections.read more
  • GetPivotData in Excel
  • NOT Function

В этом учебном материале вы узнаете, как использовать Excel функцию СТЕПЕНЬ с синтаксисом и примерами.

Описание

Microsoft Excel функция СТЕПЕНЬ возвращает результат числа, возведенного в заданную степень.
Функция СТЕПЕНЬ — это встроенная в Excel функция, которая относится к категории математических / тригонометрических функций.
Её можно использовать как функцию рабочего листа (WS) в Excel.
Как функцию рабочего листа, функцию СТЕПЕНЬ можно ввести как часть формулы в ячейку рабочего листа.

Синтаксис

Синтаксис функции СТЕПЕНЬ в Microsoft Excel:

СТЕПЕНЬ(число;степень)

Аргументы или параметры

число
Это базовое число.
степень
Это показатель степени, используемый для возведения в степень основного числа.

Возвращаемое значение

Функция СТЕПЕНЬ возвращает числовое значение.

Применение

  • Excel для Office 365, Excel 2019, Excel 2016, Excel 2013, Excel 2011 для Mac, Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000

Тип функции

  • Функция рабочего листа (WS)

Пример (как функция рабочего листа)

Рассмотрим несколько примеров функции СТЕПЕНЬ, чтобы понять, как использовать Excel функцию СТЕПЕНЬ в качестве функции рабочего листа в Microsoft Excel:

Hа примере приведенной выше электронной таблицы Excel, будут возвращены следующие примеры функции СТЕПЕНЬ:

=СТЕПЕНЬ(A1; A2)

Результат: 81

=СТЕПЕНЬ(A1; A3)

Результат: 12.99603834

=СТЕПЕНЬ(A2; 2)

Результат: 9

См. еще пример как вычислить кубический корень из числа.

Понравилась статья? Поделить с друзьями:
  • Что такое формула с примерами excel
  • Что такое функция index в excel
  • Что такое формула каковы правила создания формул excel
  • Что такое функция excel синтаксис функции
  • Что такое формула как правильно записать формулу в ячейку excel