[dba-Tech] Excel question

Bobby Heid bheid at sc.rr.com
Sat Aug 4 12:12:01 CDT 2012


You have to use the Power function
5^3
=POWER(5,3)

So (x^2 + y^2)^2 would be
=power(power(x,2) +power(y,2),2)

Bobby

-----Original Message-----
From: dba-tech-bounces at databaseadvisors.com
[mailto:dba-tech-bounces at databaseadvisors.com] On Behalf Of Arthur Fuller
Sent: Saturday, August 04, 2012 7:04 AM
To: Discussion of Hardware and Software issues
Subject: [dba-Tech] Excel question

Hi all,

I ought to know this, but don't. Call me stupid or at best ignorant. How
does one enter a formula involving exponents? I want to enter these
formulae, using pseudo-syntax:

(x^2 + y^2)^2
(x^2 - y^2)^2 + (2xy)^2

Where the caret represents Power of, so x^2 means x squared, and x and y
represent cell locations that contain arbitrary values.

Can you help?
TIA!

-- 
Arthur
Cell: 647.710.1314

Prediction is difficult, especially of the future.
  -- Niels Bohr
_______________________________________________
dba-Tech mailing list
dba-Tech at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-tech
Website: http://www.databaseadvisors.com




More information about the dba-Tech mailing list