Time differences in percentage

directx

New Member
Joined
Aug 2, 2017
Messages
13
Hello everyone,

I have a simple request. I have 4 different times and I need a cell to display the difference between these 4 times in percentage.

For example

If time is

1:00 1:00 1:00 1:00 it should display 100% because time is same

0:45 0:50 1:00 1:10 it should display something like 60%, because of difference slowest and fastest. Ofc every of these 4 times can be slowest and fastest.

Table:

<a href="https://ibb.co/g8deGK"><img src="https://thumb.ibb.co/g8deGK/image.png" alt="image" border="0"></a>

Value of cells C9, E9, G9, I9 should be displayed in Balance top row
Value of cells D9, F9, H9, J9 should be displayed in Balance bottom row



Best regards
 
Last edited:

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
You've not indicated the rows these are on so I've guessed at 4, but does;

Code:
=MIN(E4:H4)/MAX(E4:H4)

(Formatted as a percentage)

Do the trick for you?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,731
Messages
6,126,537
Members
449,316
Latest member
sravya

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