+ Reply to Thread
Results 1 to 3 of 3

1900 year date when filter column of dates

  1. #1
    Forum Contributor
    Join Date
    08-15-2006
    Location
    USA
    MS-Off Ver
    Office 365, 64 bit
    Posts
    362

    1900 year date when filter column of dates

    I have a Visible tab that VLOOKUP to a Hidden tab for dates. Not every cell has a date so it returns nothing. However, when I filter a column, "1900" is a selection. How do I not make it a selection by the "filter" option? I've tried custom format cells but nothing is working. Please see attached.
    Attached Files Attached Files
    Last edited by rz6657; 04-03-2013 at 12:21 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: 1900 year date when filter column of dates

    You can change the formula in E3 to

    =IFERROR(IF(B3="","", 1/(1/VLOOKUP(B3,HIdden!$B$3:$BD$600,4,0))), "")

    Then 1900 dates will not appear as an option, but blanks will.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    08-15-2006
    Location
    USA
    MS-Off Ver
    Office 365, 64 bit
    Posts
    362

    Re: 1900 year date when filter column of dates

    SHG - that worked perfectly. Thanks so much...

+ 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