Excel - reset / replace seconds to zero

Solved/Closed
safy_al_nya Posts 1 Registration date Tuesday 7 April 2009 Status Member Last seen 8 April 2009 - 8 Apr 2009 à 05:38
 safy_al_nya - 16 Apr 2009 à 12:55
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
Related:

2 responses

mubashir aziz Posts 190 Registration date Sunday 12 April 2009 Status Member Last seen 16 February 2010 166
13 Apr 2009 à 03:44
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 ......
safy_al_nya
16 Apr 2009 à 12:55
thank you very much for your effort