+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : date range selection help please

  1. #1
    Registered User
    Join Date
    11-23-2011
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2007
    Posts
    7

    date range selection help please

    I have a large spreadsheet with a date in column G for each name. I need to identify cells where the content is between 1-Dec-2011 and 31-Mar-2012.

    Can anyone help me with a formula please.

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2006
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 2016
    Posts
    1,077

    Re: date range selection help please

    I suggest entering your start and end dates into cells for easy reference. So if you put the start date in A1 and the end date in B1, a formula like this might work.

    =IF(AND(G1>=A1,G1<=B1),[then whatever],[whatever else])
    Trish in Oz
    -------------
    A problem well defined is a puzzle half solved


    If you attach a sample of your workbook it will be easier to find a solution. Remember to remove/replace sensitive data before uploading the file. Look here if you need help with attachments:
    http://www.excelforum.com/faq.php?fa...b3_attachments

  3. #3
    Registered User
    Join Date
    11-23-2011
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: date range selection help please

    Thank you for your prompt response. I have ended up using filters because I found out that the year was irrelevant, it was the day and month that was of interest.

+ 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