How to Add 30 Minutes to Time in Excel: 3 Easy Methods

Method 1 – Use TIME Function to Add 30 Minutes to Time

Steps:

  • Select cell D5 for the convenience of our work.

Use TIME Function to Add 30 Minutes to Time

  • After selecting cell D5, type the following TIME function in the Formula Bar,
=B5+TIME(0,C5,0)
  • Where B5 is the arbitrary time, and inside the TIME function first 0 is the hour, C5 is the minute, and second 0 is the second of the TIME function.

  • Press Enter on your keyboard. Get the return of the TIME function and the return is 10:00:25.

Use TIME Function to Add 30 Minutes to Time

 


Method 2 – Insert Mathematical Formula to Add 30 Minutes to Time

1 day = 24hours
1 hour = 1/24
1 minute = 1/(24*60) = 1440
1 Second = 1/(24*60*60) = 1/86400
So if we want to add 30 minutes then we’ll have to multiply that minutes by 1/1440 before adding. Let’s follow the instructions below to add 30 minutes to time!

Steps:

  • Select cell D5 for the convenience of our work.

Insert Mathematical Formula to Add 30 Minutes to Time

  • After selecting cell D5, type the following Mathematical formula in the Formula Bar,
=B5+C5/1440
  • Where B5 is the arbitrary time, and C5/1440 is the fraction value of 30 minutes.

  • Press Enter on your keyboard. The Mathematical formula’s return, 10:45:25, will then appear.

Insert Mathematical Formula to Add 30 Minutes to Time


Method 3 – Apply NOW Function with Custom Format to Add 30 Minutes to Time

Step 1:

  • Select cell D5 for the convenience of our work.
  • After selecting cell D5, type the following NOW function in the Formula Bar,
=NOW()
  • Press Enter on your keyboard. Get the return of the NOW function and the return is 8/29/2022 12:08.

Apply NOW Function with Custom Format to Add 30 Minutes to Time

  • Use the Custom format to convert this time into the only hour, minute, and second. To do that, simply press Ctrl + 1 on your keyboard.

  • A Format Cells dialog box will appear in front of you. From the Format Cells dialog box, do like the below screenshot.

Apply NOW Function with Custom Format to Add 30 Minutes to Time

  • Convert the return of the NOW function into time to the only hour, minute, and second.

Step 2:

  • Type the below formula in the Formula Bar. The formula is,
=B5+C5/1440
  • Press Enter on your keyboard. As a result, you will be able to get the return and the return is 12:46:48.

Apply NOW Function with Custom Format to Add 30 Minutes to Time


Things to Remember

➜ While a value can not found in the referenced cell, the #N/A! error happens in Excel.

➜ In the TIME function, the #NUM! error occurs if the given hours are less than 0.

➜ The #VALUE! error occurs when any of the given inputs are non-numeric.


Download Practice Workbook

Download this practice workbook to exercise while you are reading this article.


Related Articles


<< Go Back to Add Time in Excel | Calculate Time | Date-Time in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdur Rahim Rasel
Md. Abdur Rahim Rasel

MD. ABDUR RAHIM is a marine engineer proficient in Excel and passionate about programming with VBA. He views programming as an efficient means to save time while managing data, handling files, and engaging with the internet. His interests extend to Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning, reflecting his versatile skill set. He earned a B.Sc in Naval Architecture & Marine Engineering from BUET, and now he has become a content developer, creating technical content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo