Percentages

Manny74

Board Regular
Joined
May 6, 2016
Messages
124
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hello All!

I can't remember how to utilize percentages in Excel.

For example, I have 10 dummy clients, 2 dummy clients have viral load results equal to or less than 20....

I know basic math would be 2/10 * 100 = 20 (20%)

So I Excel, I entered this in a cell: =2/10*100

And I got 20....

How else can I calculate this in Excel?

Thanks in Advance, Manny

CLIENT FIRST NAMECLIENT LAST NAMEVIRAL LOAD RESULT
JOHNDOE<20
JANEDOE<20
PETERDOE51
JOANSMITH55
MARIAJOHNSON60
DEANDOE65
JANETDOE70
JEANTHOMAS75
DAVIDJONES80
ANAAVILA85
TOTAL CLIENTS10
PERCENT OF CLIENTS WITH VIRAL LOAD EQUAL TO OR LESS THAN 2020
<colgroup><col width="135" style="width: 101pt; mso-width-source: userset; mso-width-alt: 4937;"> <col width="131" style="width: 98pt; mso-width-source: userset; mso-width-alt: 4790;"> <col width="139" style="width: 104pt; mso-width-source: userset; mso-width-alt: 5083;"> <tbody> </tbody>
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hello All!

I can't remember how to utilize percentages in Excel.

For example, I have 10 dummy clients, 2 dummy clients have viral load results equal to or less than 20....

I know basic math would be 2/10 * 100 = 20 (20%)

So I Excel, I entered this in a cell: =2/10*100

And I got 20....

How else can I calculate this in Excel?

Thanks in Advance, Manny

CLIENT FIRST NAMECLIENT LAST NAMEVIRAL LOAD RESULT
JOHNDOE<20
JANEDOE<20
PETERDOE51
JOANSMITH55
MARIAJOHNSON60
DEANDOE65
JANETDOE70
JEANTHOMAS75
DAVIDJONES80
ANAAVILA85
TOTAL CLIENTS10
PERCENT OF CLIENTS WITH VIRAL LOAD EQUAL TO OR LESS THAN 2020

<tbody>
</tbody>

Hello Manny
Could John and Jane's Viral Load Results be absolute numeric values instead of "<20"?
 
Upvote 0
Hello Manny

Assuming your Results are in column C, then this formula is worth a try: =COUNTIFS(C2:C11,"<=20")/COUNT(C2:C11)
 
Upvote 0

Forum statistics

Threads
1,214,873
Messages
6,122,029
Members
449,061
Latest member
TheRealJoaquin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top