Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default How do I stop my formulas from updating?

How do I stop my formula =IF(D81,NOW(),) from updating every time I open
the document? I am using this formula for a form that is filled out
electronically; I am using this formula with a locked cell so that the date
and time cant be modified. If I save the document and then reopen it
refreshes every time I do. How can I stop this from happening?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default How do I stop my formulas from updating?

I would use a macro instead of an equation. The macro could continuously
monitor D8 and, when it exceeds 1, set the date/time in a static fashion.

The form of the macro depend on whether D8 is calculated or manually entered.
--
Gary''s Student - gsnu200851


"Shaun" wrote:

How do I stop my formula =IF(D81,NOW(),) from updating every time I open
the document? I am using this formula for a form that is filled out
electronically; I am using this formula with a locked cell so that the date
and time cant be modified. If I save the document and then reopen it
refreshes every time I do. How can I stop this from happening?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 143
Default How do I stop my formulas from updating?

How do I stop my formula =IF(D81,NOW(),"") from updating every
time I open the document? I am using this formula for a form that is
filled out electronically; I am using this formula with a locked cell
so that the date and time can't be modified. If I save the document
and then reopen it refreshes every time I do. How can I stop this from
happening?


One way is to use a circular reference. To allow circular references, use
Tools Options Calculation
and check the "Iterations" checkbox.

Then, if your formula is for A1, try something like this as the formula:
=IF(D81,IF(N(A1)0,A1,NOW()),"")

Adjust to suit.

Caution: allowing circular references can be a risk. Later, if somebody
adds a
circular reference in the workbook by mistake, Excel won't flag it as an
error.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! How do I stop link updating? Dennis Benjamin Excel Discussion (Misc queries) 3 January 11th 08 02:13 PM
How can I stop footer dates from updating? JEB Excel Discussion (Misc queries) 1 January 4th 08 04:09 PM
Stop Updating Today() On opening PWS Excel Worksheet Functions 5 May 14th 07 03:45 PM
How do I stop a date from automatically updating? Canwoman88 Excel Discussion (Misc queries) 5 January 9th 06 07:12 PM
stop chart series from updating johnmoreland21 Charts and Charting in Excel 1 October 3rd 05 08:26 PM


All times are GMT +1. The time now is 10:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"