Time

Lemmo86

New Member
Joined
Aug 18, 2023
Messages
13
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a spread sheet where I need to convert the time. I download a report and the time comes out as an example 1h 30m. The report can’t be change but can excel change this into just minutes so I can work with the data?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Can you insert an example picture or table to make it easier for someone to understand the desired achievement?
 
Upvote 0
So column J is what comes out of the report. I just want to change it into minutes like column K.
 

Attachments

  • IMG_0557.jpeg
    IMG_0557.jpeg
    31.4 KB · Views: 5
Upvote 0
Time 2023.xlsm
JK
21h 30m90
321h 0m1260
4
2i
Cell Formulas
RangeFormula
K2:K3K2=TEXTBEFORE(J2,"h ")*60+TEXTAFTER(TEXTBEFORE(J2,"m"),"h ")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,102
Messages
6,123,097
Members
449,096
Latest member
provoking

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