Percentages of numbers

Clooney

New Member
Joined
Sep 28, 2012
Messages
41
Office Version
  1. 365
Platform
  1. Windows
So Im working on a sheet to measure performance in our warehouse.

A1=226 cases per hour
B1 = 74% (performance)

In order for me to see what A1 would look like if B2 were 100% I make a formula like this "A1/B1" which equals 306 cases per hour.

That's all fine and dandy, but what if i want to see A1 at 105%,110%,112%,115%.......(this is totally possible since we have several people who can bust out 145%).

What I want to do in another cell is be able to type the percentage i want to see and have it update the number in A1 to Cell C1.

Please no VBA!

Any help would be greatly appreciated.
 
Last edited:

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
IN C1 you have the actual cases per hour if 100% - 306 - if you want to see that change in cell C1 to a number you input

IN say D1 you put 105%
then modify C1 to be
(A1/B1)*D1

now if you just want to see without the modification you added just put in 100%

which brings you back to 306
 
Last edited:
Upvote 0
IN C1 you have the actual cases per hour if 100% - 306 - if you want to see that change in cell C1 to a number you input

IN say D1 you put 105%
then modify C1 to be
(A1/B1)*D1

now if you just want to see without the modification you added just put in 100%

which brings you back to 306

That did the trick, thank you so much!!
 
Upvote 0

Forum statistics

Threads
1,215,048
Messages
6,122,862
Members
449,097
Latest member
dbomb1414

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