Excel - reset / replace seconds to zero
Solved/Closed
safy_al_nya
Posts
1
Registration date
Tuesday April 7, 2009
Status
Member
Last seen
April 8, 2009
-
Apr 8, 2009 at 05:38 AM
safy_al_nya - Apr 16, 2009 at 12:55 PM
safy_al_nya - Apr 16, 2009 at 12:55 PM
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
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:
- Excel - reset / replace seconds to zero
- Battery reset code - Guide
- Nokia factory reset code forgot - Guide
- Samsung keypad reset code - Guide
- How to reset ps4 controller without reset button - Guide
- Number to words in excel - Guide
2 responses
mubashir aziz
Posts
190
Registration date
Sunday April 12, 2009
Status
Member
Last seen
February 16, 2010
166
Apr 13, 2009 at 03:44 AM
Apr 13, 2009 at 03:44 AM
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 ......
Copy this formula downward to get result ..... if any things confuse please attach the file ......