+ Reply to Thread
Results 1 to 3 of 3

=if(isblank

  1. #1
    Registered User
    Join Date
    01-24-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2007
    Posts
    76

    =if(isblank

    I have a Date cell “Start Date” that users paste data (Paste Values) into. Sometimes the data in this cell is empty.

    In this Start Date cell, I want the user to be able to paste the data, but if there is not a date pasted, I want that cell to capture another date "Org Date" (that is always populated) in the Start Date cell. If data is pasted into the Start Date cell, then that data is used and the formula is ignored.

    Lastly, (conditional formatting). I'd like the Start Date cell to somehow show that it had to use the Org Date.

    Any methodology on this to get me going would be greatly appreciated.

    Thanks
    Last edited by berger01; 01-26-2011 at 02:51 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =if(isblank

    You can't have 2 options for a cell (i.e paste or get value from another cell)... it is one or the other.

    What you can do is have the user paste into a different cell, and if that cell is blank then get that other date.

    e.g. =IF(X1="",Y1,X1)

    where X1 is the cell the user pastes a value into.... and if it is blank, then the formula takes the value in Y1 instead.

    For conditional formatting you can select that cell and go to Formulas|Conditional formatting|New Rule.

    And select Format only cells that contain from top section and then select, Cell Value >> Equal To and enter =Y1

    then click Format and choose colour from Fill tab.

    This will colour the cell if it is equal to Y1 (where the "Org Date" is)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-24-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2007
    Posts
    76

    Re: =if(isblank

    Ok, I found another way to do this.... I think. Thanks for your expertise.

+ 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