Hi, please try the below code , However i agree with Art , if you provide more details then you will get the more appropriate response. i just tried with a simple if then statement. Hope this helps. data want; set have; if OnPromotion='N' and JanuaryEstimate eq . then JanuaryEstimate=_6mAvg; run; Thanks, Jag
... View more