pantsmonkey
Board Regular
- Joined
- Jul 2, 2002
- Messages
- 109
Hey guys im sitting here waiting for a torrent to finish downloading and I jumped into Excel to work out a few rough estamates file downloads based on
File Size
Download speed availability
I work out a few different file sizes 100 MB 200 MB up to 2 gb and then figured why not just make a little calculator.
What im after is a small calculator that allows me to put in the download speed and fille size and it will work out the download time in hours minutes and seconds.
My formula is =K16*1024/J18/60
K16 is the download speed im getting I actually setup a range in cells from K16 to K28 starting at 150 K moving down to 5K
J18= file size
This illustrates how long the download will take if the speed changes.
My problem is if its greater than 60 minutes it displays a number than greater than 60 and that looks messy so I would like to somehow have it.
if > 60 then cell = cell/60 moving the remainder to minutes (some kind of input mask"hour(s)")minutes.
Hope that makes some sense the idea is probably silly but meh.
Sorry for the long post ive just realised I took so long my download is now finished
cheers
File Size
Download speed availability
I work out a few different file sizes 100 MB 200 MB up to 2 gb and then figured why not just make a little calculator.
What im after is a small calculator that allows me to put in the download speed and fille size and it will work out the download time in hours minutes and seconds.
My formula is =K16*1024/J18/60
K16 is the download speed im getting I actually setup a range in cells from K16 to K28 starting at 150 K moving down to 5K
J18= file size
This illustrates how long the download will take if the speed changes.
My problem is if its greater than 60 minutes it displays a number than greater than 60 and that looks messy so I would like to somehow have it.
if > 60 then cell = cell/60 moving the remainder to minutes (some kind of input mask"hour(s)")minutes.
Hope that makes some sense the idea is probably silly but meh.
Sorry for the long post ive just realised I took so long my download is now finished
cheers