LXLogicExcel
๐Ÿ”ฅ
0
โญ
0
โ˜…0 XP

Question 1 of 6

Excel stores time as a fraction of a day. =NOW() returns the current date and time. Type =NOW() in B2.
ABCD
1NOW
2Current stamp
3
4
5
B2fx
๐Ÿ”ฅ0streak
โญ0 XP today
All Lessons

TIME Functions - Free Excel Practice Online

This free, interactive exercise teaches you TIME Functions in Excel through 6 hands-on steps. Instead of watching a video, you type the real formula into a live spreadsheet grid and get instant feedback on every answer. It is part of the Date Functions track and works right in your browser - no Excel install, no download, and no signup.

Practising TIME Functions this way builds the muscle memory that transfers straight to using Excel at work, in interviews, or for certification prep. Work through the steps above, then keep going with the next lesson to build a complete, free Excel practice course.

What you'll practice in this TIME Functions lesson

  1. Excel stores time as a fraction of a day. =NOW() returns the current date and time. Type =NOW() in B2. - NOW has no arguments. It recalculates whenever the sheet does. TODAY() is date only; NOW() is date plus time.
  2. Build 9:15 AM from hour, minute, second. Type =TIME(9,15,0). - TIME(hour, minute, second) returns a time serial. 9:15 is 9.25 hours / 24. Format the cell as Time to see 9:15 AM instead of 0.385.
  3. Same time, from the cells. Hour is in A2, minute in B2: =TIME(A2,B2,0). - Pull hour and minute from the grid instead of typing them. Second argument 0 means on the minute.
  4. B2 already holds a TIME. Pull the hour with =HOUR(B2). - HOUR returns 0โ€“23. 14:30 is 2:30 PM, so HOUR is 14. MINUTE and SECOND work the same way.
  5. Same stamp. Pull the minutes: =MINUTE(B2). - 14:30 has minute 30. HOUR, MINUTE, SECOND split a time serial back into parts you can test or add.
  6. Hour of right now: =HOUR(NOW()). - Nest NOW inside HOUR (or MINUTE) when you need the current clock part. This updates every recalc, same as NOW.

TIME Functions practice - FAQ

How do I practice TIME Functions in Excel?

Open this free LogicExcel exercise and work through 6 interactive steps. You type the real formula into a live spreadsheet grid and get instant feedback on whether it is correct, plus an explanation - no Excel install and no signup needed.

Is the TIME Functions exercise free?

Yes. Every LogicExcel exercise is 100% free with no account required. Your progress saves automatically in your browser.

What will I learn in this TIME Functions lesson?

This lesson covers TIME Functions as part of the Date Functions track. You practice the syntax step by step until it becomes muscle memory you can use at work.