+ Reply to Thread
Results 1 to 3 of 3

Keep value in cell after conditions met

  1. #1
    Registered User
    Join Date
    09-04-2018
    Location
    Tilburg, Holland
    MS-Off Ver
    2016
    Posts
    5

    Keep value in cell after conditions met

    Hi,

    I have problems finding the right formula. I want to keep the date in a cell. The date in the cell depends on certain conditions. Once the condition is met, the date of that moment must be given. This is not a problem in itself. The value that is checked on, however, changes. I do not want the date that has already been generated to be redefined but the old date to be retained.
    E.g. On Tuesday, cell A2 = 70
    B2 checks the date of the day on which 70 or more has been reached = If (A2> = 70%; TODAY (); "") and gives, for example, 5 March 2019
    On Wednesday the value A2 increased to 75
    On cell B2, the old value must remain 5 March and may not change. No idea how to do this.
    Can anyone help me with this?

    Thanks in advance

    Regards
    Ruud

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Keep value in cell after conditions met

    Short answer - you cant.

    If you have a cell with a formula that references A2=70 and does some calc, if A2 then changes to 75, that cell will recalc based on the new A2 value - the old A2 value no longer exists
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    04-03-2019
    Location
    Torino Italy
    MS-Off Ver
    Office for mac 2016
    Posts
    1

    Re: Keep value in cell after conditions met

    I would put previuosly an "AND" function between A2 and the cell to host the date that should be different form "".Then if the "AND" is false I would skip the date

+ 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: 2
    Last Post: 01-14-2016, 03:53 PM
  2. Replies: 2
    Last Post: 11-28-2014, 03:43 PM
  3. Replies: 8
    Last Post: 06-29-2014, 10:01 AM
  4. changing colors in a specific cell when conditions are met in another cell.
    By pjames07109 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-22-2014, 11:44 PM
  5. [SOLVED] Check conditions in cell next active cell then run macro
    By JJGF in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-16-2013, 08:09 PM
  6. [SOLVED] Confirmation Popup Window on Cell Change & Cell Delete. (3 conditions)
    By smk224 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-12-2013, 02:51 PM
  7. Replies: 3
    Last Post: 07-25-2012, 07:54 AM

Tags for this Thread

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