Hello,
I have a spreadsheet with a column containing time (duration) in the format below:
1m 3s
10m 12s
4m 30s
11m 8s
Each time is in text format in a single cell, and I would like to have a formula that I can use to convert these text cells into a time value, which excel can then sum up to calculate the total minutes and seconds in the column.
I looked at the list of available formulae but I can't seem to find one. Would I have to work out where the "m" and "s" were in the string, divide the string accordingly and use Value and Mid to break it up then add the minutes & seconds to make a number?
Thanks
G
I have a spreadsheet with a column containing time (duration) in the format below:
1m 3s
10m 12s
4m 30s
11m 8s
Each time is in text format in a single cell, and I would like to have a formula that I can use to convert these text cells into a time value, which excel can then sum up to calculate the total minutes and seconds in the column.
I looked at the list of available formulae but I can't seem to find one. Would I have to work out where the "m" and "s" were in the string, divide the string accordingly and use Value and Mid to break it up then add the minutes & seconds to make a number?
Thanks
G