Dec 12, 20235:42 AM - last edited on Dec 12, 202312:11 PM by PamCotton
Member
How to create a formula
SOLVE
Am trying to create a formula but getting stuck. I have created a new propert and its a custom equation. I want it to reference another field called TotalScore% which is itslef a calculated field based on inputs on other fields and gives a % score:
IF TOTALSCORE% => 80% then "Tier 1, IF TOTALSCORE% is between 70-79% then "Tier 2" etc....
To create a formula calculation on a report in HubSpot, follow these steps:
1. Navigate to the report on which you want to create the formula calculation. 2. Click on "Create field" to create a new field in the report. 3. In the Formula field, enter your formula calculation. For example, if you want to calculate the count of deals won divided by the count of deals created, you can use the formula "count(deals won) / count(deals created)." 4. You can reference properties in the dataset and other HubSpot properties outside of the dataset in your formula. 5. Click Save to save the formula field. 6. The report will display the calculated values based on your formula.
Trying to also follow your directions to create the formula field and I don't see anything that allows you to create a field. When you say navigate to the report, do you mean in the customize area? In the report list? Please advise. I am not fiding this at all. Thank you.
This feature is currently in Beta. Formula fields perform row-level math on your data table, which means the calculation is performed on a row-by-row basis. This is different from aggregate math, which is performed on the column level.