Results 1 to 5 of 5

Arrays - excluding more than one date

Threaded View

  1. #1
    Registered User
    Join Date
    07-27-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    5

    Arrays - excluding more than one date

    Hi all

    First post here

    Is there a way to exclude more than one date in a list using an array

    01/01/1985 01/01/1985
    29/05/2002 01/01/2002
    01/01/2002
    16/09/2002
    05/04/2010
    01/05/2009
    01/05/2012


    I can do it using one number =MIN(IF(A1:A7<>B1,A1:A7))

    This returns 01/01/2002 (01/01/1985 is excluded)

    But when I tried to do it using "And" to find the exclude both 01/01/1985 (B1) and 01/01/2002 (B2) it did not work

    =MIN(IF(A1:A7<>AND(B1,B2),A1:A7))

    it just returns 01/01/1985

    Would be grateful for any sugesstions

    Many thanks


    asdf@12
    Last edited by asdf@12; 07-27-2013 at 06:03 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Date in a cell Excluding Holidays?
    By Blondie_SA in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-11-2013, 11:40 AM
  2. formula for commit date minus completion date excluding weekends
    By jtmayo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-07-2012, 08:42 PM
  3. Replies: 2
    Last Post: 06-06-2012, 02:07 PM
  4. Excluding ranges from arrays
    By Johnmus in forum Excel General
    Replies: 3
    Last Post: 03-05-2011, 02:45 PM
  5. Due date excluding weekend days
    By Jfilbig in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-05-2006, 02:50 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