+ Reply to Thread
Results 1 to 5 of 5

Leave it Blank???

  1. #1
    Registered User
    Join Date
    09-28-2012
    Location
    NW Indiana
    MS-Off Ver
    Excel 2010
    Posts
    14

    Leave it Blank???

    I have seen a lot of information on leaving a cell blank if one part of the formula is True or False. How would I leave the cell blank if my formula is neither true or false when all of the data needed to make the True or False determination is not available?

    Thank you
    Last edited by n2music; 10-01-2012 at 03:21 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,873

    Re: Leave it Blank???

    Something like this:

    =IF(missing_data,"",your_formula)

    where you have to supply an expression to represent missing_data. This might be something like OR(A2="",B2=""), but it all depends on your_formula - can you be a bit more explicit?

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-28-2012
    Location
    NW Indiana
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Leave it Blank???

    Yes, here is my formula in cell E19: =IF(AZ18>V19,V19+(AZ18>V19)-AZ18,(V19-AZ18)) so basically, as long as V19 remains blank, I want cell E19 to remain blank.

    Thanks

  4. #4
    Forum Contributor bonny24tycoon's Avatar
    Join Date
    04-02-2012
    Location
    Hell
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    405

    Re: Leave it Blank???

    Why dont you try this

    Please Login or Register  to view this content.
    Thanks,

    Bonny Tycoon


  5. #5
    Registered User
    Join Date
    09-28-2012
    Location
    NW Indiana
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Leave it Blank???

    Perfect, 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