Hi,
I am trying to clean datasets on a large scale, I want to remove any dips <20% and spikes >20% than the previous value, if any condition is met I want to take an average of 1 week back and two forward. I have tried several options like using formula's using IF(AND( & IF(OR( but they always seem to give one result back sometimes TRUE sometimes FALSE.
In short:
IF ANY VALUE IN ROW 3 IS 20% >or< THAN IT PREVIOUS VALUE THAN TAKE AVERAGE OF 1 WEEK BACK AND TWO WEEKS FORWARD IF NOT THAN POST ORIGINAL VALUE.
Thanks,
Vince
I am trying to clean datasets on a large scale, I want to remove any dips <20% and spikes >20% than the previous value, if any condition is met I want to take an average of 1 week back and two forward. I have tried several options like using formula's using IF(AND( & IF(OR( but they always seem to give one result back sometimes TRUE sometimes FALSE.
In short:
IF ANY VALUE IN ROW 3 IS 20% >or< THAN IT PREVIOUS VALUE THAN TAKE AVERAGE OF 1 WEEK BACK AND TWO WEEKS FORWARD IF NOT THAN POST ORIGINAL VALUE.
Thanks,
Vince