Skip to main content

Hello everyone,  

Following some doc to create the formula for push counter to calculate how many times a sales rep changes the Closed date on an opportunity to a date farther out, formula as below: 

 IF( CloseDate > PRIORVALUE( CloseDate ), IF (MONTH(CloseDate) <> MONTH(PRIORVALUE( CloseDate )) , TRUE, FALSE), FALSE) 

Does anyone know if any formula to count the push when opportunity is on "Negotiation" stage for example please? (as I do not want to track close date changes when opportunity is on early stages). TIA

#Formulas

6 answers
0/9000