Thread: Nth Root
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default 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