+ Reply to Thread
Results 1 to 8 of 8

How to get average login time

Hybrid View

  1. #1
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    143

    How to get average login time

    I need to calculate the average login time from my past 5 days login time.
    how to calculate that one.
    Suppose my past 5 day's login in time as mention below:

    Monday:- 7:05:30
    Tuesday:- 7:20:21
    Wednesday:- 6:55:23
    Thursday:- 7:00:30
    Friday:- 7:30:21

    so from this, I just wanted to know what is the average login time of the user for this week.

    Regards
    Arindam

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to get average login time

    What would the logout times be?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    143
    Quote Originally Posted by FDibbins View Post
    What would the logout times be?
    Just wanted to keep an eye on the login time .
    What is the logout it's not required .

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to get average login time

    OK, mis-understood thought you wanted to know how long you had logged in.

    Try this...
    K
    2
    7:05:30
    3
    7:20:21
    4
    6:55:23
    5
    7:00:30
    6
    7:30:21
    7
    7:10:25

    K7=AVERAGE(K2:K6)

    This assumes that your times are real times

  5. #5
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    143

    Re: How to get average login time

    This is working but if there is any blank in range then the average time is getting changed.
    please find the attached file for the same. I need the formula in "T5".
    so is there any way where I can avoid if there is any blank cell is there.

    Please ignore "Time Capture" file.
    follow "1Time Capture" file


    Regards
    Arindam
    1 Time capture.xlsx
    Attached Files Attached Files
    Last edited by arindamsenaxa; 01-20-2019 at 03:12 AM.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to get average login time

    Try this...
    =AVERAGEIF(H5:H14,"<>")

  7. #7
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    143

    Re: How to get average login time

    please find the attached file for the same. I need the formula in "T5".

    1 Time capture.xlsx

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to get average login time

    Try this...
    =AVERAGEIFS($D:$D,$C:$C,S5)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Using WMI to find Windows Login Time
    By DreamEyes in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-20-2018, 08:48 AM
  2. formula for Early login Time & Late Login Time
    By Rushendra in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-03-2016, 10:22 AM
  3. login and logout time , with total login time ,break> 1 hours
    By shrinivasmj in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-12-2013, 05:37 AM
  4. System login time
    By shibuvsnit in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-27-2012, 08:08 AM
  5. Replies: 4
    Last Post: 02-19-2012, 01:30 AM
  6. [SOLVED] Tracking changes of login & time
    By Ozgur Pars in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-19-2006, 12:15 PM
  7. [SOLVED] how do I set up an employee time in/out login
    By kordahl in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-18-2006, 07:45 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1