Formula assistance please E2003

Ben Dover

New Member
Joined
Sep 3, 2004
Messages
31
Good afternoon

I have 2 columns in a worksheet that show a) on time deliveries and (b) failed deliveries both of which are totalled at the end assuming that I had 6 on time deliveries in column (a) and 4 failed deliveries in (b) how could I write a formula in another cell that could show the percentage of failed deliveries (in this case 40% because 4 out of 20 failed)

Thanks

Steve
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Ben Dover said:
Good afternoon

I have 2 columns in a worksheet that show a) on time deliveries and (b) failed deliveries both of which are totalled at the end assuming that I had 6 on time deliveries in column (a) and 4 failed deliveries in (b) how could I write a formula in another cell that could show the percentage of failed deliveries (in this case 40% because 4 out of 20 failed)

Thanks

Steve

=B1/A1+B1

Format as Percentage, where A1 is on time and B1 is failed
 
Upvote 0
Assuming your Total On-time is in A10 and your total Failed is in B10

=B10/(A10+B10), then format cell to Percent via FORMAT|CELLS, Number Tab.
 
Upvote 0

Forum statistics

Threads
1,203,601
Messages
6,056,209
Members
444,850
Latest member
dancasta7

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