How to convert 2 numbers into a percentage
Hi im trying to convert 2 numbers into a percentage but the formulas i find online arent working.
Best Answer
-
(=Number of complaints / Number of deliveries) -->percentage format.
Though in your example of 100 deliveries and 10 complaints, this would be 10% not 90%.
If you want 90% (deliveries without complaint), then (=1-Number of complaints / Number of deliveries) -->percentage format.
Answers
-
Use percentage format
-
No sorry its more like we had 3 deliveries and 1 complaint so i need the percentage of deliveries to complaints.
EG so if it was 100 deliveries and 10 complaints it would show 90%
-
(=Number of complaints / Number of deliveries) -->percentage format.
Though in your example of 100 deliveries and 10 complaints, this would be 10% not 90%.
If you want 90% (deliveries without complaint), then (=1-Number of complaints / Number of deliveries) -->percentage format.
-
Great thank you