I'm looking for a formula that will convert a time in minutes and seconds to
total seconds. EX 3:46 which is 3 minutes and 46 seconds and is 226 seconds
total.
I'm looking for a formula that will convert a time in minutes and seconds to
total seconds. EX 3:46 which is 3 minutes and 46 seconds and is 226 seconds
total.
Hi!
If your time is in cell A1:
You can apply a Custom format of: [s] and it will display as 226.
Or:
=A1*24*60*60
Format the cell as GENERAL.
Note: if you try A1*86000 you'll get less than 226.
224.953703703704000
Biff
"LaurieC." <LaurieC.@discussions.microsoft.com> wrote in message
news:8EC2C047-D252-4818-BB18-6DEB12A75D62@microsoft.com...
> I'm looking for a formula that will convert a time in minutes and seconds
> to
> total seconds. EX 3:46 which is 3 minutes and 46 seconds and is 226
> seconds
> total.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks