Negative time values

G

General Patton

How do I write a formula that will calculate negative time values, i.e., 5:00
- 4:55 = -5 ?
 
L

Luke M

You coudl *cheat* and display the number as a regular number, and manipulate
the number to properly display minutes.

Setting the cell format to number, you could use this formula:
=("4:55"-"5:00")*1440
 
G

General Patton

That worked Luke! Thank you for your help.

Luke M said:
You coudl *cheat* and display the number as a regular number, and manipulate
the number to properly display minutes.

Setting the cell format to number, you could use this formula:
=("4:55"-"5:00")*1440

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top