Hi,
This may be simple, but I am not getting it. I am using an If/AND stament to calculate the value in which is dependent on cells B2 and V2.
Something like this:
I only want to update H2 when V2 equals zero. Otherwise, I want the current value in H2 to remain the same when the worksheet updates.
When I tried:
This fomula gave me a circular reference error.
Does anyone in the Forum have a suggestion?
Thanks,
Art
This may be simple, but I am not getting it. I am using an If/AND stament to calculate the value in which is dependent on cells B2 and V2.
Something like this:
Code:
Formula in H2:
=IF(AND(B2<>"",V2=0),U2,retain current value in H2)
I only want to update H2 when V2 equals zero. Otherwise, I want the current value in H2 to remain the same when the worksheet updates.
When I tried:
Code:
Formula in H2:
=IF(AND(B2<>"",V2=0),U2,U2)
This fomula gave me a circular reference error.
Does anyone in the Forum have a suggestion?
Thanks,
Art