You need to sign in to do that
Don't have an account?

Changing the Closed Date on an Opportunity when Closed Won/Lost
How would I automatically change the closed date of an opportunity to the date on the event of the stage being changed to closed won or closed lost?
Create a work flow that will use a field update which sets the close date upon a change to stagename. As for rule criteria, use formula and check the stagename with ispickval().
ISPICKVAL(stagename, 'Closed Won')
Replace "Closed Won" with your picklist value.