ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Nth Root (https://www.excelbanter.com/excel-programming/291733-nth-root.html)

Samir[_2_]

Nth Root
 
I am trying to work out the following in a custom function:

=power(X^n/y)

the above does not seem to work. Is there a VBA function
or other methods?

Thanks for your help.
Regards

Samir

Frank Kabel

Nth Root
 
Hi
try
=POWER(X,(n/y))
or
=X^(n/y)
--
Regards
Frank Kabel
Frankfurt, Germany

Samir wrote:
I am trying to work out the following in a custom function:

=power(X^n/y)

the above does not seem to work. Is there a VBA function
or other methods?

Thanks for your help.
Regards

Samir



All times are GMT +1. The time now is 12:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com