Thread: square root
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
smartin smartin is offline
external usenet poster
 
Posts: 915
Default square root

Oops, yeah. My synapses unduplicated "root". Thanks for catching that.

JoeU2004 wrote:
Typo....

"smartin" wrote:
Mitch Easterby wrote:
I was just wondering how to do root 2 + root 2 in the same equation?


= 2 + SQRT(2)


I think "smartin" meant:

=2 * SQRT(2)

which is what I would do, too.

But just in case Mitch really wants to know how to invoke two functions
in the same formula:

=SQRT(2) + SQRT(2)