+ Reply to Thread
Results 1 to 4 of 4

Return First Activity Time Stamp

  1. #1
    Registered User
    Join Date
    11-17-2019
    Location
    Philippines
    MS-Off Ver
    365
    Posts
    4

    Return First Activity Time Stamp

    Hi ExcelForum Team--

    Here I am once again asking for help. I would like to request assistance in getting first activity time stamp from Timecard Detail table. I would like to get the first Inbound Phone Time and the last OUT Activity code as logout using the employee ID. I tried using MINIFS but it is not working.

    I tried this code
    =Minifs(J:J,N:N,"Inbound Phone Time",C:C,T7)

    Sample Time Card.xlsx

    Your help is very much appreciated.
    Attached Files Attached Files
    Last edited by xiexie089; 11-18-2019 at 06:43 AM. Reason: Updated File

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,773

    Re: Return First Activity Time Stamp

    Where is this in the worksheet?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-17-2019
    Location
    Philippines
    MS-Off Ver
    365
    Posts
    4

    Re: Return First Activity Time Stamp

    Hi! Sorry, I updated the attachment.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,953

    Re: Return First Activity Time Stamp

    I believe that the following will yield the values (times) you expect.
    1. Unmerge cells C7:C27 and copy the ID number down by selecting C8:C27, typing =C7 into the active cell and then pressing Ctrl + Enter
    2. Unmerge cell P27
    3. Select P7:P27 and use the text to column feature (simply open and then press Finish)
    4. The formula for Minimum time of the first incoming call is: =MINIFS(P:P,T:T,"Inbound Phone Time",C:C,C7)
    5. The formula for the OUT activity time is: =MINIFS(P:P,T:T,"OUT",C:C,C7)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Function to return time stamp from outlook email
    By coryjacques in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-12-2019, 04:31 PM
  2. If(And) Statement for sorting time stamp to return true or false value
    By engineerd in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-28-2017, 03:12 PM
  3. Activity Time Tracker to capture activity selected from dropdown list
    By dillibabu in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-24-2013, 01:10 PM
  4. Date and Time Stamp for Last Activity in Range
    By XLevel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-19-2011, 07:34 AM
  5. Replies: 0
    Last Post: 09-03-2010, 05:36 AM
  6. date time stamp excel activity log entry?
    By Skullcramp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-12-2005, 06:25 PM
  7. Log and Date Stamp Activity????
    By paulea3 in forum Excel General
    Replies: 2
    Last Post: 02-18-2005, 04:58 AM

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