+ Reply to Thread
Results 1 to 3 of 3

Repeat Caller within 24 hour period Formula

  1. #1
    Registered User
    Join Date
    11-13-2015
    Location
    Dublin, Ireland
    MS-Off Ver
    Office 10
    Posts
    1

    Repeat Caller within 24 hour period Formula

    Hi All,

    I am just looking for some help in relation to a formula that has been wrecking my head for a few days now.
    Basically what I have is a list of numbers and the date and time they called in. In the next 3 columns I have another list of numbers that called in the following day. what I want to see is if a mobile number has called previously within 24 hours so for e.g. F2 has number 770011111 and this number has called in the past 24 hours (cell F25) When I check to see if 770011111 has called back in in Cell F25, it has not called back in within the last 24 hours. I want it to look backwards and NOT count the number of times it has called in within a 24 hour period. If that makes sense. Sample file attached.

    Thanks in advance
    Attached Files Attached Files

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

    Re: Repeat Caller within 24 hour period Formula

    Please add your expected outcomes and explanations to the sample sheet.
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-30-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Repeat Caller within 24 hour period Formula

    try this
    paste it in I2 cell , if it is within 24 hr and falls in same day it returns "Repeat Call Within 24 Hours" or if doesn't it returns #N/A.

    =IF(IF(G2=INDIRECT("G"&MATCH(F2,F3:$F$61,0)+ROWS($I$1:I2)),(H2-INDIRECT("H"&MATCH(F2,F3:$F$61,0)+ROWS($I$1:I2)))<"00:00:00",NA()),$I$1).

+ 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. Subtracting one time from another over a 24 hour period
    By jmcwho01 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-11-2015, 01:36 AM
  2. [SOLVED] Count incidences within 1 hour period
    By Ucpaul in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 07-30-2015, 05:45 PM
  3. [SOLVED] Formula to create 3 shifts for 24 hour period
    By Justair07 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-29-2013, 10:04 AM
  4. Replies: 3
    Last Post: 06-21-2013, 10:17 PM
  5. Formula for Hour and rest period
    By braulj in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-23-2013, 07:07 PM
  6. Replies: 4
    Last Post: 10-14-2010, 03:31 PM
  7. Adding time over a 24 hour period
    By Paige in forum Excel General
    Replies: 2
    Last Post: 07-12-2006, 01:40 PM

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