Convert a plain number in a cell to minutes and seconds (00:00)
Hello, I've search everywhere for what I am doing wrong but I can't seem to find anything that helps, so I'm going to ask here.
I have exported some data from iTunes (Music App) and opened it in a Numbers Sheet. In this sheet, column B contains the length of each songs I have exported. The lengths are given by plain numbers and the data format of each cell in column B is set to "Number". For instance, the song in A2 is 2:58 minutes, so B2 displays it as the plain number "178", which obviously is 2:58 in seconds.
So, to make the sheet understand this column contains durations, I changed the data format of column B to "Duration". The issue, is that Numbers assumes 178 represents days, since when I change the data format of column B to "Duration", my B2 cell displays 178 as "25w 3d". And when I try to set the "Custom Units" tab differently by selecting the "min" and "sec"tabs, it just converts "25w 3d" to an enormous number of minutes.
I saw a post about using the TIME function to display it the way I want to, by doing =TIME(0,B2,0). And technically it works, it does display my initial "178" as "2:58", the only problem is that now the sheet considers the data format of this value to be in a "Date & Time" format, and manifestly, just switching the data format to "Duration" doesn't do anything, it doesn't even seem to be registering the change since when I click back on the cell the data format is set back to "Date & Time". This would be fine, but I need to do multiplications with column B, that is why I really need it to be set to a duration format.
This is my first post here and hopefully my English is clear enough, I just thought I'd post here rather than in my country's forum for better visibility. Thanks in advance for any help I'll get! And if I missed the post where this was discussed please point me its way.