I am working on writing a custom deal property that calculates the expected annual amount based on the close date. The ultimate goal is to include the custom deal property on our pipeline reporting to show us the total annual amount (an existing HubSpot-generated field based on 12 months) vs the annual amount expected in the current calendar year if the deal is won.
Has anyone written a custom formula that calculates this?
Essentially, we'd use a formula that calculates the prorated amount for the remaining months in the current year. The formula could look something like this:(Deal Amount / 12) * (12 - MONTH(Close Date))
Here’s the breakdown:
Deal Amountis the total value of the deal.
Divide it by 12 to get the monthly value.
Subtract the month of the close date from 12 to calculate the remaining months in the year.
Multiply the monthly value by the remaining months.
As you can see, I did a testing example with a hypothetical deal of 100K closing on March 31s, and it prorated the expected amount to 66K.
Is this more or less what you were looking for? I'd love to be able to help further if not.
HubSpot help & answers to all your HubSpot questions 24/7 With the George B. Thomas Clone: https://www.georgebthomas.com/helper
Essentially, we'd use a formula that calculates the prorated amount for the remaining months in the current year. The formula could look something like this:(Deal Amount / 12) * (12 - MONTH(Close Date))
Here’s the breakdown:
Deal Amountis the total value of the deal.
Divide it by 12 to get the monthly value.
Subtract the month of the close date from 12 to calculate the remaining months in the year.
Multiply the monthly value by the remaining months.
As you can see, I did a testing example with a hypothetical deal of 100K closing on March 31s, and it prorated the expected amount to 66K.
Is this more or less what you were looking for? I'd love to be able to help further if not.
HubSpot help & answers to all your HubSpot questions 24/7 With the George B. Thomas Clone: https://www.georgebthomas.com/helper