Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cube root? | Excel Worksheet Functions | |||
Qube Root? | Excel Discussion (Misc queries) | |||
cube root | Excel Worksheet Functions | |||
cubic root | Excel Discussion (Misc queries) | |||
Cube Root | Excel Discussion (Misc queries) |