connection speed formula question

Jing

Active Member
Joined
Feb 11, 2011
Messages
289
I'm creating a sheet to keep track of connection speeds.
so example would be:

total bandwidth used = 165.6222GB
Number of Days = 10
product of the two above #'s is the connection speed to obtain it.

A2 is the bandwidth used, B2 is the # of days
D2 is where i am having an issue.

i would like to get one formula that will provide me with the connection speed to achieve 165.6222GB in 10 days (in MB/s)

i can work it out manually with a calculator but it takes to long for all the accounts i am going through... if i could just enter the total used bandwidth and the # of days and just have it calculate the answer for me it would be a big help.

Thank you
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi, the below will work for you

=(((((A2/B2)/24)/60)/60)*1012)

gives MB/s, can test result by

=(d2*864000)/1012

864000 being the secs in 10 days
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,729
Members
452,939
Latest member
WCrawford

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