how to express a number as a time

palaeontology

Active Member
Joined
May 12, 2017
Messages
444
Office Version
  1. 2016
Platform
  1. Windows
I have a number in cell J2 ... let's say the number 7

I wish, in cell K2, for that number to be expressed in the mm:ss time format, so it should look like 7:00

Because, ultimately, I wish to make each successive cell below K2 add one minute to the time above it, so K3 would read as 8 minutes (8:00), K4 would read as 9 minutes (9:00) etc etc etc

This last part is simple to do with the formula ... =K2+time(0,1,0), but I can't figure how to do the first part of my question.

Any ideas ?

Kind regards,

Chris
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Thanks Fluff ... I feel stupid .. I had been multiplying by 1440 instead.

Ta again,

Chris
 
Upvote 0
Hi, you could also use =TIME(0,J2,0) which would add a little consistency to your method for adding the subsequent minutes.
 
Upvote 0

Forum statistics

Threads
1,215,525
Messages
6,125,325
Members
449,218
Latest member
Excel Master

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