Thread: IF statement
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default IF statement

If the value of the IF statement change, then there was some other changes
that occured in the workbook. Maybe you need to track changes.

On the Tools menu, click Share Workbook, and then click the Editing tab.
Select the Allow changes by more than one user at the same time check box.
Click the Advanced tab.
Under Track changes, click Keep change history for, and in the Days box,
type the number of days of change history (change history: In a shared
workbook, information that is maintained about changes made in past editing
sessions. The information includes the name of the person who made each
change, when the change was made, and what data was changed.) that you want
to keep.
Be sure to enter a large-enough number of days because Microsoft Excel
permanently erases any change history older than this number of days.

Click OK, and if prompted to save the file, click OK.


"DP7" wrote:

Hi I would like to know if it is possible to run an IF statement and if the
condition is FALSE. It will leave the value that was previously in the cell?
Thanks in advance