Calculate a Percentage of time

dugemkakek

New Member
Joined
May 28, 2019
Messages
1
Hello


Can somebody help me with this problem i'm having with, im trying to figure out how to determine Time1 is (Time2 - #%), this is an example of the problem :

J8dFVZ8.png

J8dFVZ8



im trying to get a broader percentage like 15%,16%,17% etc to 30%.
tried using a simple formula but the result is off by a large margin


This is my Formula :
(=($A2*B1)+$A2)


Example :

g59F5gb.png



there's a margin of x Second in the result and the template im trying to replicate.


thanks in advance and sorry for my broken english
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
G'day d

In your opening line, you say that Time1=Time2-#% but your formula calculates Time2=Time1+#%.

In the table at the top of your post, if you look at the 8:00 under the 25%, then go to the left, 6:00 is indeed 8 - 2 (25% of 8), but, if you look at your chart F2 (7:30) is 6 increased by 1.5 (25% of 6) which is why your numbers don't match - you actually have to add 33.3333% to 6 to get 8.

You need to re do your formula with different percentages to get it to use the column A time to calculate all the increases, but you are going to get some pretty weird numbers there, such as 33.333% where you currently have a nice neat 25%

shane

Edited to add - there is also the matter that using a percentage of the current time/hours means that at 6:00 o'clock/hours a 33.333% increase is 2 hours, but at 9 o'clock/hours it's 3 hours. Is this the way you wanted it to work, or did you want a consistent time increase no matter what time the percentage was applied to?
 
Last edited:
Upvote 0
Hi, welcome to the forum!

Maybe this is what you need:


Excel 2013/2016
ABCDE
118%20%23%25%
206:0007:1907:3007:4408:00
306:0507:2507:3607:5008:06
Sheet1
Cell Formulas
RangeFormula
B2=$A2/(1-B$1)
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

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