Tips, Tricks & Best Practices

AJ_Kakrot
Member

No of Days in Specific Deal Stage

In HubSpot I want to calculate the number of days for the deal stage. HubSpot does calculate the cumulative and latest days in stage but only once it moves to the next stage.

 

However, I want to calculate the number of days when it enters in a stage till it exits.

 

Say a deal enters,

 

In Stage A - x days

In Stage B - Entered in stage - Today's Date (But when it exits from stage B it should not calculate and increment the value)

 

Is there any way or workaround to develop such deal calculation property.

 

Thanks in advance.

0 Upvotes
5 Replies 5
ChristoV
Participant

No of Days in Specific Deal Stage

Do your stages always follow each other?  An option could be to create a calculated field that subtracts the "Date Entered" timpestamp value from the next Stage.  HubSpot stores this seperate for each Pipeline stage.  In the screenshot below HubSpot saves the timestamp when the Deal entered the Verbal Agreement stage and also the timestamp when the Deal entered the Quote Sent" stage.  I can then subtract the timestamps. Deal time in stage.png

0 Upvotes
AJ_Kakrot
Member

No of Days in Specific Deal Stage

@ChristoV I thought of this but I want to calculate the number of days of its current stage when it entered. But here Date entered property is requied. In my use case below is the scenario,

 

Stage A > Stage B

 

So when deal enters Stage B from Stage A, i want to calculate the number of days it entered into Stage B based on today's date.

 

0 Upvotes
ChristoV
Participant

No of Days in Specific Deal Stage

Hi @AJ_Kakrot, are you able to get the value of today's date?  I would think it is a basic function available on calculated fields, but this does not seem to be the case.  I have found this  discussion on creating a field for today's date.   

 

Do you want a property that holds this value or is this more for reporting?

0 Upvotes
BérangèreL
Community Manager
Community Manager

No of Days in Specific Deal Stage

Hi @AJ_Kakrot, I hope that you are well!

Great question, thanks for asking the Community!

I have found for you similar threads that might help you:

- The solution from @HarvestROI on this post "Time in current deal stage"
- The solution from @karstenkoehler on this post "Number of days between a lead stage"
- The solutions from @LRehn and @karstenkoehler on this post "Create "time in deal stage" report"
- The solution from @karstenkoehler on this post "Calculating the time spent on each deal stage"

I hope this helps!

Have a great day and weekend!

Best,
Bérangère 


Saviez-vous que la Communauté est disponible en Français ?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres !

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings!


AJ_Kakrot
Member

No of Days in Specific Deal Stage

@BérangèreL thanks for looping. Unfortunate I was not able to find out its solution yet.

0 Upvotes