+ Reply to Thread
Results 1 to 3 of 3

how do i have a cell with date/time format appear blank when referencing an empty cell

  1. #1
    Registered User
    Join Date
    04-11-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    8

    how do i have a cell with date/time format appear blank when referencing an empty cell

    i have a cell with a formula (mm/dd/yy hh:mm format) referencing multiple cells. when one of the referenced cells is left blank, i would like the referencing cell to remain blank. Formula:

    =IF(LEN($V323)>0,$V323+$F323,$B323+$F323)

    If cell F323 is blank, i want the cell with the above formula to appear blank

    thanks

  2. #2
    Valued Forum Contributor
    Join Date
    03-23-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1,093

    Re: how do i have a cell with date/time format appear blank when referencing an empty cell

    Hello kendallgriffin,

    Try the below formula.

    =IF(ISBLANK(F323),"",IF(LEN($V323)>0,$V323+$F323,$B323+$F323))

    Thanks!

  3. #3
    Registered User
    Join Date
    04-11-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: how do i have a cell with date/time format appear blank when referencing an empty cell

    worked perfect, thanks

+ 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