View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default COS H (Trigonometry)

I don't know which half of the problem is causing you difficulty.

To take the COSH of A1, the formula is =COSH(A1)
To take the square of B1 the function is =B1^2
So to take the square of the COSH of A1 the function is =COSH(A1)^2
--
David Biddulph

"Shortstopper00" wrote in message
...
I need to use the funtion COSH squared or COSH ^2 in a cell to calculate an
answer. How can this be done?