Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In (x+4)squared, How will I make squared a 2 higher? or (x+4)squared or
cubed? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=POWER(x+4,n)
where n is the power to raise the value x+4 -- Cheers Nigel "monica_josh" wrote in message ... In (x+4)squared, How will I make squared a 2 higher? or (x+4)squared or cubed? Thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=(a1+4)^2
=(a1+4)^3 .... =(a1+4)^n is another way. monica_josh wrote: In (x+4)squared, How will I make squared a 2 higher? or (x+4)squared or cubed? Thanks. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NonLinear R-squared (R2) | Excel Worksheet Functions | |||
R squared | Excel Worksheet Functions | |||
Nonlinear R-squared (R2) | Excel Worksheet Functions | |||
R-squared from a trendline | Charts and Charting in Excel | |||
Adjusted R Squared with VBA | Excel Programming |