Calculation of approval rates

6.5k Views Asked by At

Total requests=100 Requests Approved=25 Requests Pending=65 Requests Rejected=5

So how to calculate the percentage of approval?? Can someone help please..

1

There are 1 best solutions below

8
On

Correct me if I am wrong, but isn't this just the percentage of requests approved out of the total number of requests:

$$\frac{25}{100} = 0.25 = 25\text{%} $$