How to format answer with time in the equation?

violet1905

Board Regular
Joined
Oct 7, 2002
Messages
55
Hi,

I have a formula that subtracts two times to come up with an answer in minutes and then divide the minutes by the number of scans done to come up with "scans per minute" but my answer doesn't make sense. I think it has to do with the formating of the numbers but can't figure out what I'm doing wrong.

Any help would be appreciated.

Thanks
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hmmm. No that didn't work. I am dividing 50 minutes by 616 scans and it gives me 19:12. According to the adding machine it should be 12.32 minutes. Thanks for replying :)
 
Upvote 0
Hi,

I have a formula that subtracts two times to come up with an answer in minutes and then divide the minutes by the number of scans done to come up with "scans per minute" but my answer doesn't make sense. I think it has to do with the formating of the numbers but can't figure out what I'm doing wrong.

Any help would be appreciated.

Thanks
You have to convert the total time to decimal minutes then divide.

=(end_time-start_time)*1440 / number of scans

And then, you might want to round that result.
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,719
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