Help me find how to input the difference in time please.

bksparkz

New Member
Joined
Mar 20, 2014
Messages
36
This is my first post and I am in need of some help on my excel project.

In (F4) I have 6:05 inputted in there.
In (G4) I need it to tell me the total time exceeded over 30 minutes (and to be in red).
Basically I need (G4) to read (5:35 (in red))

What formula do I use?

Thanks everyone!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi bksparkz,

Welcome to the board.

The fastest way is place 0:30 in B1 for instance and at c1 write this formula

=a1-b1

Assuming you have your time at a1

Hope this help.

Vândalo
 
Upvote 0
This is my first post and I am in need of some help on my excel project.

In (F4) I have 6:05 inputted in there.
In (G4) I need it to tell me the total time exceeded over 30 minutes (and to be in red).
Basically I need (G4) to read (5:35 (in red))

What formula do I use?
Give this formula a try...

=IF(F4>TIME(0,30,0),F4-TIME(0,30,0),"")

and use Format Cells to make the display a Time format displaying only hours and minutes and make the cell's font red in color.
 
Upvote 0

Forum statistics

Threads
1,215,566
Messages
6,125,589
Members
449,237
Latest member
Chase S

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