Search : in
By :

Excel - reset / replace seconds to zero

Last answer on Apr 16, 2009 5:55:02 pm BST safy_al_nya, on Apr 8, 2009 10:38:10 am BST 
 Report this message to moderators

Hello,
i have an Excel 2007 file which has in sheet1 the time people enter to the system with the format ex. 11:55:31 AM and i need to reset all the seconds to zero
in sheet2 i have column with all the time start from 0:00:00 to 23:59:00 (seconds always zero) and i need to count for each time how many people enter to the system depends on the time which in sheet1

Configuration: Windows XP
Internet Explorer 7.0

Best answers for « Excel reset / replace seconds to zero » in :
[Excel]Reset/replace seconds to zero Show [Excel]Reset/replace seconds to zero Issue Solution Notes Issue I have an Excel 2007 file which has in sheet1 the time people connects to the system with the following format: 11:55:31 AM and I want to reset all the seconds to zero in...
Basic Excel Formulas ShowBasic Excel Formulas Below are some basic formulas for Microsoft excel: Basic formula : ADDITION cell A1 to A10 = sum (A1: A10) AVERAGE cell A1 to A10 = average (A1: A10) MAXIMUM cell A1 to A10 = max (A1: A10) MINIMUM...
ACER PC Restore to factory settings ShowACER PC Restore to factory settings Run Acer eRecovery Management Copy the Acer factory default backup disk Image Create backup of the system Create a complete backup Creating an incremental backup Erase a backup point Using the option...
Replacing the battery of your motherboard (CMOS battery) ShowReplacing the battery of your motherboard (CMOS battery) Topics Symptoms Replacement sequence Saving the BIOS data Identify the CMOS battery Removing the discharged battery Installing the new battery Verify the BIOS data and resetting...
Download Advanced Find&Replace for Excel ShowDescription This application is designed by Add-in Express LTD. Advanced Find & Replace is an add-on for Microsoft Excel. It allows you to run multiple searches for values, formulas and comments. The search results are displayed in a floating...
Spreadsheets - The Excel Interface ShowExcel Introduction Microsoft Excel is the spreadsheet in the Microsoft Office office suite. To start it, simply click on the appropriate icon in the Start menu (in Windows) or click on an Excel file (that has an .xls file extension). A Excel...
Enterprise Resource Planning (ERP) - Integrated Management Softw ShowIntroduction to ERP ERP (in English Enterprise Resource Planning), also called Integrated Management Software (PGI), are applications whose purpose consists in coordinating all activities of a company (so-called vertical activities such as...

1

mubashir aziz, on Apr 13, 2009 8:44:11 am BST
  • +1

Suppose you have data in Sheet1!CellA1:A36. Now in Sheet two Column A write 0:00:00 to 23:59:00 values ....... now in sheet2!B1 write this formula ... =COUNTIF(Sheet1!$A$1:$A$100,"<="&A2)-COUNTIF(Sheet1!$A$1:$A$100,"<="&A1)

Copy this formula downward to get result ..... if any things confuse please attach the file ......

Reply to mubashir aziz

2

 safy_al_nya, on Apr 16, 2009 5:55:02 pm BST

Thank you very much for your effort

Reply to safy_al_nya