Link to home
Start Free TrialLog in
Avatar of securitythreat
securitythreatFlag for Afghanistan

asked on

Formula for Data Transfer Rate

I know what time I started a transfer and what time it ended in minutes.  I know how big the file size is that I moved.  What is the excel formula for calculating speed per minute.

Start Time - 3:12 p.m.
End Time - 3:40 p.m.
Time Taken - 00:28
Transfer Rate - ?  
Size - 200GB

I'm looking for the formula to use in excel not the answer written.
ASKER CERTIFIED SOLUTION
Avatar of Ian Meredith
Ian Meredith
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of securitythreat

ASKER

A present, the format for minutes is being calculated as =TEXT(D9-C9, "hh:mm").  D9 representing start time and C9 representing stop.  How do I go about counting actual minutes as it being in the format of "hh:mm" does not calculate.  Furthermore, I can't delete hours without multiplying by 60 if converting to minutes
Here is the file i'm trying to put this in
Transfer-Rate.xlsx
Have a read of this, I would recommend using the formula

=(D9-C9)*1440

This will give total minutes betweeen two times.  Incorporate that into the speed formula and you have the right result.

http://office.microsoft.com/en-au/excel-help/calculate-the-difference-between-two-times-HP010070468.aspx
I believe the =(B2-A2)*1440 Total minutes between two times (295)  was the kicker.. thank you
Crap.. it didn't let me change the rating.. I tried to give an A.. thank you
Awesome help with great added advise...
You're welcome!