Tech Support Guy banner
Status
Not open for further replies.
1 - 6 of 6 Posts

· Registered
Joined
·
604 Posts
Discussion Starter · #1 ·
I have a spreadsheet with 'Times' displayed in a column i.e 00:04:15
and what i would like is a column next to this to automatically display
the number of seconds in total? and I assume their is some automatic
process/formula for this??

Thanks
 

· Super Moderator
Joined
·
65,991 Posts
First Name -
Wayne
there may be a better way
but this will convert to secinds
=(HOUR(E6)*60*60)+((MINUTE(E6))*60)+SECOND(E6)

make sure you format the cell this formula is in general /number - NOT date
 

· Registered
Joined
·
604 Posts
Discussion Starter · #4 ·
excellent.. :) so how do i implement this on a given column? i.e column A has all the times, and when these are entered the seconds are entered in column B? Or atleast how
do i go about doing the selected Column A now that has the Times? (other than pasting formula's in each cell and changing the cell ref.)
 

· Registered
Joined
·
5,459 Posts
Enter the formula and copy it down (hover your pointer over the bottom right corner of the formula cell until the cursor becomes a bold + sign, then double click). There isn't anything automatic about it. If you wanted to do so, you would either need to go into Tools | Options | Calculation (tab, I think..), Extend data formats and formulas. If you do so, read the help files on how it works exactly.

HTH
 
1 - 6 of 6 Posts
Status
Not open for further replies.
Top