+ Reply to Thread
Results 1 to 4 of 4

Find Items that are XX many days old

  1. #1
    Registered User
    Join Date
    03-27-2014
    Location
    CT
    MS-Off Ver
    Excel 2007
    Posts
    2

    Find Items that are XX many days old

    Hello

    I have a Huge Spreadsheet that i need to find out of the list how many days old tickets are and break them down. Below are just random dates but i want to be able to find how many out of the list below are 25/30/45/60 and what ever other day i please. Is it possible to tell excel to give me items that are ONLY 25 days or 24 DAYS OLD.

    I know there are formulas that you can put in like =Now()- but this will give me everything up to 30 days. I want a formula that will five me items that are ONLY 25 days not greater or less

    DATE SUB
    2/25/2014
    2/26/2014
    2/27/2014
    2/27/2014
    2/27/2014
    2/28/2014
    2/28/2014
    2/28/2014
    2/28/2014
    3/3/2014
    3/3/2014
    3/3/2014
    3/4/2014
    3/4/2014

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Find Items that are XX many days old

    assuming your dates are in Column A
    then in C1 copy paste below hold control and shift together and then hit enter
    =SUM(IFERROR((TODAY()-A1:A100=25)*1,0))
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Registered User
    Join Date
    03-27-2014
    Location
    CT
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Find Items that are XX many days old

    I am sorry im not following can you please explain in more detail

  4. #4
    Registered User
    Join Date
    03-28-2014
    Location
    Hertford, England
    MS-Off Ver
    Excel 2010,2013
    Posts
    38

    Re: Find Items that are XX many days old

    Hi jrieder21,

    If I'm right in saying, you want to be able to just view the records in the sheet where the date is, say 25 days old. Have you tried the filter that Excel offers?

    Select Table of data > Home > Sort & Filter > Filter

    Select the date column and enter the date you are looking for. This will show you all the records with that date.

+ 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: 8
    Last Post: 06-21-2013, 04:35 PM
  2. How to find unique items
    By sivdin in forum Excel General
    Replies: 2
    Last Post: 04-12-2011, 11:35 AM
  3. Using Vlookup to find several items and then sum these items
    By headley4ever in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 12-06-2010, 03:25 AM
  4. Counting Many Items' Days In Inventory
    By traines11 in forum Excel General
    Replies: 4
    Last Post: 09-23-2010, 10:13 AM
  5. Find and Replace several items
    By rachelreveley in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-31-2005, 04: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