G Guest Dec 14, 2004 #1 I need to calculate the 9th root of a number. If I go the route of log()/9, there is no function for antilog. Anybody help?
I need to calculate the 9th root of a number. If I go the route of log()/9, there is no function for antilog. Anybody help?
G Gord Dibben Dec 14, 2004 #3 Try this instead =number^(1/n) Or =cellref^(1/n) You could alo use the POWER function =POWER(8,1/3) returns 2 Gord Dibben Excel MVP
Try this instead =number^(1/n) Or =cellref^(1/n) You could alo use the POWER function =POWER(8,1/3) returns 2 Gord Dibben Excel MVP