+ Reply to Thread
Results 1 to 2 of 2

Blank unless another cell is populated than a formula is applied

Hybrid View

  1. #1
    Registered User
    Join Date
    05-14-2012
    Location
    Apex NC
    MS-Off Ver
    Excel 2010
    Posts
    1

    Blank unless another cell is populated than a formula is applied

    I just found your site... I am a novice Excel user, and spent the whole morning looking at various threads.. I hope you guys/gals can help me.


    As you can see from this image, without the cells (C2,D2,E2 Optimistic, Realistic, Pessimistic) populated, cell (F2 3 point estimate) will not calculate and the rest of the sheet turns to 0.0 and if cell (K2 Start Date) isn't populated than all the dates turn to 01/00/00

    How can I get the rest of the cells to show nothing unless F2 (3 point Estimate) and K2 (Start Date) is populated, AND if they are apply the formula contained in the cells?


    excel 2010.JPG
    Attached Images Attached Images

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Blank unless another cell is populated than a formula is applied

    greenham,

    Welcome to the forum!
    Generally speaking, you would use an IF statement, and ="" to check for blank, like this:

    =IF(OR(F2="",K2=""),"",your_formula_here)
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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