Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default COS H (Trigonometry)

I need to use the funtion COSH squared or COSH ^2 in a cell to calculate an
answer. How can this be done?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default COS H (Trigonometry)

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


You almost wrote the answer yourself:

=COSH(A1)^2

I suspect there is more behind your simplistic question. If you need more
help, provide more details.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default COS H (Trigonometry)

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



Does this do what you want?

=POWER(COSH(A1),2)
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default COS H (Trigonometry)

I would think this should do it...

=COSH(A1)^2

If you are going to make it part of a longer calculation, then you might
want to enclose it in parentheses to make it clear what is going on....

=3*(COSH(A1)^2)+4

--
Rick (MVP - Excel)


"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?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default COS H (Trigonometry)

Since XL uses parenthesis to in-close functions, you would write it:

=COSH(A1)^2

Note that this is different than
=COSH(A1^2)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Shortstopper00" wrote:

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

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default COS H (Trigonometry)

=COSH(A1)^2

"Shortstopper00" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trigonometry in Excel Serge Excel Discussion (Misc queries) 7 May 31st 06 01:56 AM
Trigonometry in Excel Serge Excel Discussion (Misc queries) 5 May 26th 06 05:07 AM
Trigonometry & Math functiona in Excel Serge Excel Discussion (Misc queries) 8 May 2nd 06 09:42 PM
Trigonometry with excel Serge New Users to Excel 6 April 27th 06 03:48 PM
Trigonometry X_hey_X Excel Discussion (Misc queries) 3 December 2nd 05 09:32 PM


All times are GMT +1. The time now is 01:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"