+ Reply to Thread
Results 1 to 8 of 8

Stop Updating

  1. #1
    Registered User
    Join Date
    09-12-2013
    Location
    Kent, England
    MS-Off Ver
    Excel 2010
    Posts
    67

    Stop Updating

    I have a spreadsheet that uses the date from another spreadsheet but only when between certain dates.

    =IF('[CPD Record Team 4.xlsx]NP East 1'!$V$3=MEDIAN('[CPD Record Team 4.xlsx]NP East 1'!$V$3,B1,C1),'[CPD Record Team 4.xlsx]NP East 1'!$V$3,"No")

    So if the value in CPD Record Team 4.xlsx]NP East 1'!$V$3 is between the dates in b1 and c1 then it displays the date otherwise it come back No.

    What I want is for this formula to only "Run" if it between dates b1 and c1. The reason for this is it is a training record the CPD Record Team 4.xlsx]NP East 1'!$V$3 cell will keep on being updated outside the range of b1 and c1 but I want to keep any dates within the range otherwise any changes outside the range will turn the cell to no and loose any dates that have been returned

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Stop Updating

    The simplest way is to set "calculation options ... manual" and only perform the calculations when in date.

    You could automate it using VBA to use something like the workbook_open event to check the date and perform the calculation. But this would mean people have to have macros allowed in their security settings.


    click on the * Add Reputation if this was useful or entertaining.

  3. #3
    Registered User
    Join Date
    09-12-2013
    Location
    Kent, England
    MS-Off Ver
    Excel 2010
    Posts
    67

    Re: Stop Updating

    The problem is when it does refresh and perform the calculation it will still update all the cells. Unless you can think of a way setting the update on only particular cells ie

    if a1 is between dates b1 and c1 then update

  4. #4
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Stop Updating

    So, are you saying you want some cells to update always and some only when the date is within dates?

  5. #5
    Registered User
    Join Date
    09-12-2013
    Location
    Kent, England
    MS-Off Ver
    Excel 2010
    Posts
    67

    Re: Stop Updating

    What I have is a training record with a log of training completed. On another sheet a 7 week training plan which is then rotated round 7 times. So what I want is dates from the training record to populate the training plan which I can do the problem is the dates for the first 7 weeks would continue to update even past the 7 week referance period. So I need to the formula only to work during the 7 week referance period.

    Does that make sence??

  6. #6
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Stop Updating

    It would make sense to attach the spreadsheet

  7. #7
    Registered User
    Join Date
    09-12-2013
    Location
    Kent, England
    MS-Off Ver
    Excel 2010
    Posts
    67

    Re: Stop Updating

    I think I have done it. This is an example of what I want I think it should make sence
    Copy of Excel help.xlsx

  8. #8
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: Stop Updating

    You haven't included any sample data from "the other sheet" nor have you included the formulae (or VBA) you are currently using which makes it very difficult to understand what you are tring to do.

    If "the other sheet" has data for all records in it then you will just need to include the dates in the lookup. If not I can't see how to get the first values to persist using formulae.

    It could be done using VBA

+ 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] How do I stop NOW updating with Macro
    By Henry16 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-14-2013, 09:03 AM
  2. VBA/Macro to stop =NOW from updating??
    By Galrash in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-07-2011, 01:33 AM
  3. Stop my worksheet updating!!
    By quiggydavid in forum Excel General
    Replies: 2
    Last Post: 11-15-2006, 08:46 AM
  4. [SOLVED] How do I stop a date from automatically updating?
    By Canwoman88 in forum Excel General
    Replies: 5
    Last Post: 01-09-2006, 03:15 PM
  5. [SOLVED] stop chart series from updating
    By johnmoreland21 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-03-2005, 04:05 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