Excel is the most widely used tool for dealing with massive datasets. We can perform myriads of tasks of multiple dimensions in Excel. Sometimes, while working in Excel, we need to add times. We can easily do that in Excel. In this article, I will show you 3 easy methods on how to add minutes and seconds in Excel.
Download Practice Workbook
Download this workbook and practice while going through the article.
3 Suitable Methods to Add Minutes and Seconds in Excel
This is the dataset for today’s articles. There are some times. I will add minutes and seconds to these times.
1. Add Minutes and Seconds Manually in Excel
First of all, I will show how to add minutes and seconds manually in Excel. For this method, we will use some relations.
Now, let’s add minutes and seconds manually step by step.
Steps:
- Go to E5 and write down the following formula
=B5+C5/1440+D5/86400
- Then, press ENTER to get the output.
- After that, use Fill Handle to AutoFill up to E11.
Read More: Adding Hours and Minutes in Excel (4 Suitable Methods)
Similar Readings
- Add 15 Minutes to Time in Excel (4 Easy Methods)
- Add Milliseconds to Time in Excel (with Quick Steps)
2. Use TIME Function to Add Minutes and Seconds
Now, I will show another method. This time, I will use the TIME function to add minutes and seconds.
Steps:
- Go to E5 and write down the following formula
=B5+TIME(0,C5,D5)
Formula Explanation:
- TIME(0,C5,D5) indicates that I am adding 0 hour, 32 minutes, and 17 seconds to the time in B5 (9:40:55 AM)
- The output is 10:13:12 AM.
- Now, press ENTER to get the output.
- After that, use Fill Handle to AutoFill up to E11.
Read More: How to Add Hours, Minutes, and Seconds in Excel
3. Apply MOD Function to Add Minutes and Seconds in Excel
In this method, I will show you how to add times using the MOD function. The MOD function returns the remainder after dividing a number with a divisor. We can use this function to add times in Excel. Let’s do it step by step.
Steps:
- Go to E5 and write down the following formula
=MOD(B5+C5/1440+D5/86400,1)
- After that, press ENTER to get the output.
- Â Now, use Fill Handle to AutoFill up to E11.
Advantage of MOD Function:
The MOD function is the best function to use for adding minutes and numbers. It includes all sorts of calculations in the process.
- You can add negative numbers ( i.e. subtract minutes and seconds) in this method.
- Another advantage is, that even if midnight is crossed, this function will give you the correct result in the case of subtracting times.
Read More: Add Time in Excel Automatically (5 Easy Ways)
Things to Remember
- Use Custom Format to format time as you wish.
Conclusion
In this article, I have explained 3 easy methods on how to add minutes and seconds in Excel. I hope it helps everyone. If you have any suggestions, ideas, or feedback, please feel free to comment below. Please visit Exceldemy for more useful articles like this.