Results 1 to 2 of 2

Array formula returning 00-Jan-00 instead of blank cell

Threaded View

  1. #1
    Forum Contributor
    Join Date
    02-09-2011
    Location
    Perth, Australia
    MS-Off Ver
    2016
    Posts
    161

    Array formula returning 00-Jan-00 instead of blank cell

    Hi forum,

    I have an array formula that finds the latest date in a range or returns a blank cell if no date is found. This works very well.

    The problem I have is that it sometimes returns 00-Jan-00 and this seems to occur when the value in D2 is not in the range A2:A30000. What I need it to do in these instances is to return a blank cell instead.

    I have tried replacing the last zero in the formula with " " but it still returns 00-Jan-00.



    =IF(SUMPRODUCT(($A$2:$A$30000=D2)*($B$2:$B$30000=""))>0,"",MAX(IF($A$2:$A$30000=D2,$B$2:$B$30000,0)))

    How can I get a blank cell instead of 00-Jan-00?

    Any assistance would be greatly appreciated.

    Dave
    Last edited by Motox; 02-18-2012 at 01:39 AM.

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