Excel - Convert Seconds to Minutes and Seconds - Watch Chris Work!
Posted on: 01/14/2023
Frequently we have data in one format but need to convert it to another. Today's example is I have a column on seconds for the length of videos. I want to show minutes and seconds with a colon in between the minutes and seconds.

Convert seconds to minutes and seconds
For example, 165 seconds is 2:45 (two minutes and 45 seconds). The trick to the formula to convert seconds to minutes and seconds is there are 60 seconds in a minute, 60 minutes in one hour, and 24 hours in one day. We divide the seconds by those numbers multiplied. The formula is Seconds/(60*60*24). Finally, we use format cells and a custom format to show minutes and seconds by using m:ss.
YouTube video
Formula to convert seconds to minutes and seconds
If B2, contains the seconds, in C2, type =B2/(60*60*24). Format cells to show Minutes and Seconds.

Format cells - Show Minutes and Seconds
Recent Outlook Articles
Recent Excel Articles
Excel - Advanced Filters
Excel filters are great for seeing just a subset of your data. You can use filters for text, numbers, and dates, but also by color. You can use font color or fill color (the paint can). You can also use Advanced Filters. You Advanced Filters when you are looking at multiple fields but for different criteria. For example, I want to filter and only see people in Georgia and New York. That is easy to do and can be done with the drop-down filter. But, for Georgia, I want to see people who are Single, and for New York, I want to see Family. That requires an Advanced Filter.
Chris Menard
Chris Menard is a Microsoft Certified Trainer (MCT) and is employed full-time as a Trainer for BakerHostetler, one of the nation’s largest law firms. Menard has a YouTube channel with over 900 technology videos covering Excel, Word, Zoom, Teams, Outlook, Gmail, Google Calendar, and other resources that over 16 million viewers have appreciated. Menard also does public speaking at conferences for CPAs and Administrative Professionals. Connect with Chris on LinkedIn at chrismenardtraining.com/linked or on YouTube at chrismenardtraining.com/youtube
Categories