+ Reply to Thread
Results 1 to 3 of 3

ISBLANK w/ Formula in target cell

  1. #1
    Registered User
    Join Date
    08-29-2011
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    2

    ISBLANK w/ Formula in target cell

    Hi, looking to solve a problem I've been working on for a bit. I appreciate the help in advance!

    In cell H3, I have the following: =IF(ISBLANK('Services Support'!C3),"",'Services Support'!C3)

    That formula works fine for what I need should I put a date in Services Support cell C3.


    In cell H4, I have the following: =IF(ISBLANK(H3),"",IF(H3<$A$1,"Expired",IF(H3-$A$1<=31,"Expires in "&H3-$A$1&" days","")))

    In cell A1 I have =TODAY()


    This is throwing a #VALUE! error in H4 because the cell in H3 is not truly blank due to the formula there. Does anyone know of a way to keep my formula in H3 and have H4 display appropriately?
    Last edited by grantpank; 08-29-2011 at 06:13 PM.

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: ISBLANK w/ Formula in target cell

    Welcome to the forum.

    =IF(H3="","",IF(H3<$A$1,"Expired",IF(H3-$A$1<=31,"Expires in "&H3-$A$1&" days","")))
    Hope that helps,

    Colin

    RAD Excel Blog

  3. #3
    Registered User
    Join Date
    08-29-2011
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: ISBLANK w/ Formula in target cell

    Worked like a charm!

    Thank you for the welcome and quick response!

+ 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