<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Calculating Deal Total This Calendar Year in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1145246#M12585</link>
    <description>&lt;P&gt;Hey there! Let me know if this would be of help:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JorgeFuentesZ_0-1746581403620.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/145284i0CC335CCD96C50EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JorgeFuentesZ_0-1746581403620.png" alt="JorgeFuentesZ_0-1746581403620.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;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:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="whitespace-pre-wrap font-sans" data-sentry-component="Preformatted" data-sentry-source-file="message-components.tsx"&gt;&lt;CODE class="rounded-md bg-[var(--override-secondary,_var(--orange-3))] px-2 py-1 text-xs text-[var(--override-primary,_var(--orange-9))]" data-sentry-component="CodeBlock" data-sentry-source-file="message-components.tsx"&gt;(Deal Amount / 12) * (12 - MONTH(Close Date))
&lt;/CODE&gt;&lt;/CODE&gt;Here’s the breakdown:&lt;/P&gt;
&lt;UL class="mb-4 list-disc space-y-4 pl-6 last:mb-0" data-sentry-component="UnorderedList" data-sentry-source-file="message-components.tsx"&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;&lt;CODE class="rounded-md bg-[var(--override-secondary,_var(--orange-3))] px-2 py-1 text-xs text-[var(--override-primary,_var(--orange-9))]" data-sentry-component="CodeBlock" data-sentry-source-file="message-components.tsx"&gt;Deal Amount&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is the total value of the deal.&lt;/LI&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;Divide it by 12 to get the monthly value.&lt;/LI&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;Subtract the month of the close date from 12 to calculate the remaining months in the year.&lt;/LI&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;Multiply the monthly value by the remaining months.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;Is this more or less what you were looking for? I'd love to be able to help further if not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 May 2025 01:32:21 GMT</pubDate>
    <dc:creator>JorgeFuentesZ</dc:creator>
    <dc:date>2025-05-07T01:32:21Z</dc:date>
    <item>
      <title>Calculating Deal Total This Calendar Year</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1145200#M12583</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone written a custom formula that calculates this?&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 21:20:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1145200#M12583</guid>
      <dc:creator>ABlasky</dc:creator>
      <dc:date>2025-05-06T21:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Deal Total This Calendar Year</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1145246#M12585</link>
      <description>&lt;P&gt;Hey there! Let me know if this would be of help:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JorgeFuentesZ_0-1746581403620.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/145284i0CC335CCD96C50EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JorgeFuentesZ_0-1746581403620.png" alt="JorgeFuentesZ_0-1746581403620.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;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:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="whitespace-pre-wrap font-sans" data-sentry-component="Preformatted" data-sentry-source-file="message-components.tsx"&gt;&lt;CODE class="rounded-md bg-[var(--override-secondary,_var(--orange-3))] px-2 py-1 text-xs text-[var(--override-primary,_var(--orange-9))]" data-sentry-component="CodeBlock" data-sentry-source-file="message-components.tsx"&gt;(Deal Amount / 12) * (12 - MONTH(Close Date))
&lt;/CODE&gt;&lt;/CODE&gt;Here’s the breakdown:&lt;/P&gt;
&lt;UL class="mb-4 list-disc space-y-4 pl-6 last:mb-0" data-sentry-component="UnorderedList" data-sentry-source-file="message-components.tsx"&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;&lt;CODE class="rounded-md bg-[var(--override-secondary,_var(--orange-3))] px-2 py-1 text-xs text-[var(--override-primary,_var(--orange-9))]" data-sentry-component="CodeBlock" data-sentry-source-file="message-components.tsx"&gt;Deal Amount&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is the total value of the deal.&lt;/LI&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;Divide it by 12 to get the monthly value.&lt;/LI&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;Subtract the month of the close date from 12 to calculate the remaining months in the year.&lt;/LI&gt;
&lt;LI data-sentry-element="Tag" data-sentry-component="ListItem" data-sentry-source-file="message-components.tsx"&gt;Multiply the monthly value by the remaining months.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;Is this more or less what you were looking for? I'd love to be able to help further if not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 01:32:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1145246#M12585</guid>
      <dc:creator>JorgeFuentesZ</dc:creator>
      <dc:date>2025-05-07T01:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Deal Total This Calendar Year</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1145275#M12587</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/938901"&gt;@ABlasky&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A formula could look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="karstenkoehler_0-1746591259652.png" style="width: 782px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/145295iD3B3413D2E2484A5/image-dimensions/782x729?v=v2" width="782" height="729" role="button" title="karstenkoehler_0-1746591259652.png" alt="karstenkoehler_0-1746591259652.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Formula for copying: &lt;CODE class="whitespace-pre-wrap font-sans" data-sentry-component="Preformatted" data-sentry-source-file="message-components.tsx"&gt;&lt;CODE class="rounded-md bg-[var(--override-secondary,_var(--orange-3))] px-2 py-1 text-xs text-[var(--override-primary,_var(--orange-9))]" data-sentry-component="CodeBlock" data-sentry-source-file="message-components.tsx"&gt;[properties.amount]*((12-month([properties.closedate])+1)/12)&lt;/CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a date in May and an annual amount of 12k, this would return 8k, for a date in June 7k, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an explanation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-start="624" data-end="685"&gt;
&lt;P data-start="626" data-end="685"&gt;&lt;CODE data-start="626" data-end="645"&gt;month(Close Date)&lt;/CODE&gt; gives the month number (e.g., May = 5).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="686" data-end="796"&gt;
&lt;P data-start="688" data-end="796"&gt;&lt;CODE data-start="688" data-end="716"&gt;12 - month(Close Date) + 1&lt;/CODE&gt; gives the number of months remaining in the year &lt;STRONG data-start="766" data-end="795"&gt;including the close month&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="797" data-end="841"&gt;
&lt;P data-start="799" data-end="841"&gt;Dividing by 12 prorates the annual amount.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 04:19:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1145275#M12587</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-05-07T04:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Deal Total This Calendar Year</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1150753#M12601</link>
      <description>&lt;P&gt;Thank you! This is exactly what we're looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 19:23:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Calculating-Deal-Total-This-Calendar-Year/m-p/1150753#M12601</guid>
      <dc:creator>ABlasky</dc:creator>
      <dc:date>2025-05-09T19:23:43Z</dc:date>
    </item>
  </channel>
</rss>

