+ Reply to Thread
Results 1 to 2 of 2

Determining If Occurrences Exist Within Past 30 Days

  1. #1
    Registered User
    Join Date
    12-28-2006
    Posts
    42

    Determining If Occurrences Exist Within Past 30 Days

    Hey all. New guy here with a question I hope I can explain.

    I have a worksheet where I need to do what I think is a complex calculation as outlined below. What I need is a formula in the cells of column L that will do the following:

    Check the date entered in Column E of the new record determine if the agent entered in column B has any other occurrences of the error description entered in column K within the 30 days prior to the date entered in column E


    I thought I was fairly handy with basic formulas, but this may not be the case, and it may not be anything I can achieve with a formula. My goal is to identify repeat offenders within a 30 day window if possible and provide feedback to their managers.

    Hopefully I made clear my intent.

    Thanks in advance.
    Nick
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    08-04-2011
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2007
    Posts
    109

    Re: Determining If Occurrences Exist Within Past 30 Days

    Paste this formula into L2 and hold ctrl-shift and press enter as it uses an array:

    =IF(E2-MAX(IF(($K$2:$K$51=K2)*($B$2:$B$51=B2)*($E$2:$E$51<E2), $E$2:$E$51, ""))<30,TRUE,FALSE)

    Then copy down.
    Last edited by Dionysos; 01-05-2012 at 05:24 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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