Results 1 to 5 of 5

issue with Blank cell

Threaded View

  1. #1
    Registered User
    Join Date
    04-21-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    31

    issue with Blank cell

    Hello all
    This is my first post here and I am hoping someone could help here, as everyone in my office is stumped!

    I have a spreadsheet looking at dates, specifically finish dates for a project.
    Within the first worksheet I have a cell where I can enter in a date ie: 01/10/2010.
    If the cell is blank, it is highlighted red via conditioanl formatting.

    The cell is in question is blank, no value. (lets call is A1)

    The 2nd worksheet relates to this by the following formula:

    =IF(ISBLANK(VLOOKUP($C$3:$C$212&"Latest",'Milestone Dates'!$N$5:$U$94,8,FALSE)),"",VLOOKUP($C$3:$C$212&"Latest",'Milestone Dates'!$N$5:$U$94,8,FALSE))


    This will find the cell above (A1) and thus show blank.

    Also note there is another cell (Cell C1) which does have a value (date) in it.

    Now comes the problem!

    the final worksheet, I have a cell with the following formula:

    =IF(ISBLANK(VLOOKUP($B6&"Post Implementation",'Phase Dates'!$A$3:$Q$212,14,FALSE)),VLOOKUP($B6&"Post Implementation",'Phase Dates'!$A$3:$Q$212,11,FALSE),VLOOKUP($B6&"Post Implementation",'Phase Dates'!$A$3:$Q$212,14,FALSE))


    The cell shows blank.

    What I am trying to do here, is ask excel show a date.
    ideally I always want cell A1, but if A1 is blank I want C1 to show.
    The above formula shows a blank, whereas it should show C1 date.

    The formula I think is fine, if I go to the 1st worksheet and enter in xx, the last worksheet shows xx. But if I delete this xx, nothing is shown. C1 should show tho


    Any thoughts?


    Thanks in advance!

    PS: I am using Excel 2003
    Last edited by garethjohn; 04-21-2011 at 09:28 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