+ Reply to Thread
Results 1 to 4 of 4

If cell > Current date then show a 0, if not, reference a cell.

  1. #1
    Registered User
    Join Date
    08-26-2016
    Location
    usa
    MS-Off Ver
    14.0.4760.1000
    Posts
    25

    Lightbulb If cell > Current date then show a 0, if not, reference a cell.

    I have this formula that obviously doesn't work but it shows what I'm trying to do.
    Please Login or Register  to view this content.
    C3: =TODAY()

    Basically I need the formula to display a 0 until the date in C3 is 1/1/17 or later.
    Once 1/1/17 passes, I need to display the contents of cell BB206
    This formula will need to be in cell N6.
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: If cell > Current date then show a 0, if not, reference a cell.

    Try

    =IF(C3>=DATE(2017,1,1),BB206,0)

  3. #3
    Registered User
    Join Date
    08-26-2016
    Location
    usa
    MS-Off Ver
    14.0.4760.1000
    Posts
    25

    Re: If cell > Current date then show a 0, if not, reference a cell.

    Thanks! Working perfect now.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: If cell > Current date then show a 0, if not, reference a cell.

    You're welcome.

+ 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. [SOLVED] Lock a range of cells base on current date relative to cell reference
    By egchristensen in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-13-2015, 05:11 PM
  2. If cell changes then show current date
    By mwolfe571 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-28-2013, 05:19 PM
  3. UserForm show cell value with the current Date and Tme
    By SunOffice in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-12-2011, 09:17 AM
  4. show current date and time when another cell change
    By herukuncahyono in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-17-2010, 05:51 AM
  5. Reference to cell above the current active cell
    By nsv in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-26-2006, 06:34 AM
  6. Show current date in cell
    By Alex01 in forum Excel General
    Replies: 4
    Last Post: 02-24-2006, 02:45 PM
  7. Cell reference to current cell minus 1
    By Jared Mortlock in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-09-2005, 10:10 PM

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