+ Reply to Thread
Results 1 to 4 of 4

Make cell blank based off another cell

  1. #1
    Registered User
    Join Date
    03-11-2015
    Location
    New Jersey
    MS-Off Ver
    2010
    Posts
    2

    Make cell blank based off another cell

    Hi Everyone,

    I am working on a spreadsheet and am working with 3 different columns. I have column Q which is a date and column S which is a date. I have a formula in column R (=Days360(Q2,S2). If there is no date in column Q column R is pulling a zero. I need a conditional format to say if a cell in column Q is blank then the corresponding cell in column R should be blank. Thank you all in advance for your help!

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Make cell blank based off another cell

    Try it like this

    =IF(OR(Q2="",S2=""),"",DAYS360(Q2,S2))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    03-11-2015
    Location
    New Jersey
    MS-Off Ver
    2010
    Posts
    2

    Re: Make cell blank based off another cell

    Thank you very much for your help!

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Make cell blank based off another cell

    You're welcome. Please don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 01-23-2014, 12:19 PM
  2. How do I make one cell blank if another cell has data in it and vice-versa?
    By Nosilla in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-06-2014, 01:21 PM
  3. [SOLVED] How to make a dropdown list cell default to blank, after another cell selection is made
    By chardsmith in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-30-2013, 03:46 AM
  4. Replies: 0
    Last Post: 03-08-2013, 06:34 AM
  5. Replies: 1
    Last Post: 12-17-2011, 10:14 AM

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