M
milt
This may be trivial but it has stumped me for some time. I need an I
statement of the form:
=IF(CURRENT STEP > STEP 1, LEAVE VALUE UNCHANGED, CALCULATE VALUE USIN
CURRENT VARIABLES)
There is a 13 step process, with one column per step, cols B - N. If i
step one the value of B1 is calculated to be "Y", then I want it t
remain "Y" throughout the other steps; hence, the first two component
of the above statement--if we are beyond step 1 leave the step 1 valu
unchanged. The problem is I can't find a successful way to leave th
value unchanged. I have tried UPPER(B1), simply uppercasing what i
there, and I have tried VALUE(B1)*1, multiplying by one, but in eac
case it creates a circular reference and that screws up other things.
Any ideas would be much appreciated. Thanks.
Mil
statement of the form:
=IF(CURRENT STEP > STEP 1, LEAVE VALUE UNCHANGED, CALCULATE VALUE USIN
CURRENT VARIABLES)
There is a 13 step process, with one column per step, cols B - N. If i
step one the value of B1 is calculated to be "Y", then I want it t
remain "Y" throughout the other steps; hence, the first two component
of the above statement--if we are beyond step 1 leave the step 1 valu
unchanged. The problem is I can't find a successful way to leave th
value unchanged. I have tried UPPER(B1), simply uppercasing what i
there, and I have tried VALUE(B1)*1, multiplying by one, but in eac
case it creates a circular reference and that screws up other things.
Any ideas would be much appreciated. Thanks.
Mil