+ Reply to Thread
Results 1 to 2 of 2

Return value if serial number appears in list and has been in less than 30 days ago

  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    Glasgow
    MS-Off Ver
    Excel 2007
    Posts
    77

    Return value if serial number appears in list and has been in less than 30 days ago

    Hi,

    I want to return a 1 value in Column D if a serial number appears in the list of column A and it has been returned in the previous 30 days...

    Any help is appreciated

    David
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,740

    Re: Return value if serial number appears in list and has been in less than 30 days ago

    use
    =IF(COUNTIFS(A:A,A2,B:B,">="&TODAY()-30)>0,1,0)
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Replies: 3
    Last Post: 05-14-2013, 09:01 AM
  2. [SOLVED] Return all numbers from serial number
    By ScottLor in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-02-2013, 05:28 PM
  3. [SOLVED] Number of Days Between Dates but if no Date go to next and return # of Days
    By Bikeman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-14-2012, 12:02 PM
  4. Finding a serial number in a list of serial numbers
    By zocoloco in forum Excel General
    Replies: 2
    Last Post: 02-04-2009, 05:20 AM
  5. Serial Number List
    By Rowf in forum Excel General
    Replies: 3
    Last Post: 09-21-2005, 01:05 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