![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
Hello:
I want to calculate a throughput. Ex. 1.59MB took 1:02 (mm:ss) to transfer. A1=1.59 A2=1:02 (mm:ss) A3 should be 1.54(rounded)(mm:ss) Simple division, except the Text value in A2 does not work? I can take (1.59/62)*60 to calc MB/min. I need to reference the previous cell instead of the number 62. Do I need to convert to seconds (and how) then divide, and then what format do I use? Thanks for your consideration.. |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
What is 62? Which is the previous cell? What are you trying to determine: amount transfered per second or per minute? |
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
but this will give the answer 1.53870967741935 which formatted as number to 2 decimals 1.54 is this what you need?
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#4 | ||
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
Per Minute or Second
__________________
"Have a good time......all the time" Ian Mac |
||
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
Yes this is a repost.
I am looking for MB/min. The 62 is one min, 2 seconds in seconds. The A1/(A2*86400)*60 formula works great. Thanks all. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|