D
Dug4
=IF(Changes!C$10=1,Changes!B$13,IF(Changes!C$10<>1,""))
The way it is now:
Places a value of the cell contains a "1"
and nothing if it does not equal a "1".
Would like:
The value to remain the same until the next time a "1" is entered.
For example:
If a "1" is entered on sheet 1 the value of another cell on sheet 1
is placed on sheet 2.
I want that value (on sheet 2) to remain the same until the
information on sheet 1 is changed again.
What do I enter to keep the value on sheet 1 the same until a
new value is entered?
Thx much
The way it is now:
Places a value of the cell contains a "1"
and nothing if it does not equal a "1".
Would like:
The value to remain the same until the next time a "1" is entered.
For example:
If a "1" is entered on sheet 1 the value of another cell on sheet 1
is placed on sheet 2.
I want that value (on sheet 2) to remain the same until the
information on sheet 1 is changed again.
What do I enter to keep the value on sheet 1 the same until a
new value is entered?
Thx much