ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   What percentage of heart rate (https://www.excelbanter.com/excel-worksheet-functions/192949-what-percentage-heart-rate.html)

cyclingStephan

What percentage of heart rate
 
I want column a to have the heartbeat rate, and column b to give me what
percentage of 180 that heartbeat equals. Example 90 in column a would read
50% in column b.
I would then like to do this with other percentages, such as 200 being the
percentage.
Thank you,
Stephan

Rick Rothstein \(MVP - VB\)[_768_]

What percentage of heart rate
 
Assuming your value of 90 is in A2, put this in B2...

=A2/180

and format the cell as Percentage (if this is new to you, right-click the
column header to select the entire column and click on "Format Cells" from
the popup menu, then click on the Percentage item in the dialog box that
appears). You can copy this formula down. For percentages of other heartbeat
rates, just change the divisor from 180 to whatever rate you want (for
example, 200 for your second question).

Rick


"cyclingStephan" wrote in message
...
I want column a to have the heartbeat rate, and column b to give me what
percentage of 180 that heartbeat equals. Example 90 in column a would
read
50% in column b.
I would then like to do this with other percentages, such as 200 being
the
percentage.
Thank you,
Stephan



Roger Govier[_3_]

What percentage of heart rate
 
Hi Stephan

Enter the value you wish to use to calculate the percentage value in say D1
With Heartbeat in A1 enter in B1
=IF(A1="","",A1/$D$1)
Select cell B1 FormatCellsNumberPercentage

Copy the formula down column B as far as required
--
Regards
Roger Govier

"cyclingStephan" wrote in message
...
I want column a to have the heartbeat rate, and column b to give me what
percentage of 180 that heartbeat equals. Example 90 in column a would
read
50% in column b.
I would then like to do this with other percentages, such as 200 being
the
percentage.
Thank you,
Stephan



T. Valko

What percentage of heart rate
 
A1 = 90

B1 formula: =A1/180

format as Percentage

--
Biff
Microsoft Excel MVP


"cyclingStephan" wrote in message
...
I want column a to have the heartbeat rate, and column b to give me what
percentage of 180 that heartbeat equals. Example 90 in column a would
read
50% in column b.
I would then like to do this with other percentages, such as 200 being
the
percentage.
Thank you,
Stephan




cyclingStephan

What percentage of heart rate
 
That worked perfectly and was easy to implement. Thank You.
I will buy you a coffee.

"Rick Rothstein (MVP - VB)" wrote:

Assuming your value of 90 is in A2, put this in B2...

=A2/180

and format the cell as Percentage (if this is new to you, right-click the
column header to select the entire column and click on "Format Cells" from
the popup menu, then click on the Percentage item in the dialog box that
appears). You can copy this formula down. For percentages of other heartbeat
rates, just change the divisor from 180 to whatever rate you want (for
example, 200 for your second question).

Rick


"cyclingStephan" wrote in message
...
I want column a to have the heartbeat rate, and column b to give me what
percentage of 180 that heartbeat equals. Example 90 in column a would
read
50% in column b.
I would then like to do this with other percentages, such as 200 being
the
percentage.
Thank you,
Stephan





All times are GMT +1. The time now is 12:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com