> ## Documentation Index
> Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Calculate score

> The Calculate score step scores each row based on specified criteria and puts the score into a new column.

## Input/output

In this example, the data we'll input into this step has a list of multiple leads across a few companies.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/_Rd06MegMqgoEJ3a/images/calculate/insert-calculated-score-column-input.png?fit=max&auto=format&n=_Rd06MegMqgoEJ3a&q=85&s=250d0d71893a1e6cde1c5f40252be7d9" alt="Input table showing a list of leads across multiple companies with name, title, and company columns" width="1534" height="1090" data-path="images/calculate/insert-calculated-score-column-input.png" />
</Frame>

We want to ensure we're contacting the best possible lead at each company, so we'll use this **Calculate score** step to score these leads in order to prioritize the best ones to contact.

This step's output is a new "Score" column of calculated scores per lead row.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/_Rd06MegMqgoEJ3a/images/calculate/insert-calculated-score-column-output.png?fit=max&auto=format&n=_Rd06MegMqgoEJ3a&q=85&s=c25429f05aa4047919a84c05e3abf34d" alt="Output table with a new Score column appended showing calculated lead scores" width="1534" height="1090" data-path="images/calculate/insert-calculated-score-column-output.png" />
</Frame>

## Custom settings

With data connected, title your new scoring column in the 'Score Column Name' field.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/_Rd06MegMqgoEJ3a/images/calculate/insert-calculated-score-column-custom-settings-1.png?fit=max&auto=format&n=_Rd06MegMqgoEJ3a&q=85&s=a8d778bb11a4a33680e41a6f5da5bc57" alt="Calculate score step settings panel with the Score Column Name field highlighted" width="1534" height="1090" data-path="images/calculate/insert-calculated-score-column-custom-settings-1.png" />
</Frame>

To set up the step's rule(s), select the column that should have the rule applied to it, select a rule from the options provided, and type in a value this step should search for.

The rule options are: Blank, Not Blank, Equals, Not Equals, Contains, Not Contains, >, > or =, \<, \< or =.

Lastly, finish this rule setting by placing a number in the 'Increment Score' field and selecting 'Show Updated Results' to save it. In the above screenshot example, VP-titled people have a score of 3,  Director-titled people have a score of 2, and Manager-titled people have a score of 1.

## Helpful tips:

* Add as many rules as you'd like by clicking on the 'Add Scoring Rule' button.

Rule Setup Table

## Rule Setup Table

| Title    | Column | Rule   | Value    | Increment Score |
| :------- | :----- | :----- | :------- | :-------------- |
| VP       | Title  | Equals | VP       | 3               |
| Director | Title  | Equals | Director | 2               |
| Manager  | Title  | Equals | Manager  | 1               |

## Related steps

* [Add if/else column](/product/transform/insert-if-else-column) — set conditional values when scoring rules need branching logic.
* [Add math column](/product/transform/insert-math-column) — combine multiple scoring inputs with custom formulas.
* [Sort rows](/product/transform/sort-rows) — rank rows by their calculated score after this step.
* [Filter rows](/product/transform/filter-rows) — keep only the highest-scoring leads or records.
* [Sum by group](/product/transform/sum-by-group) — total scores by account, segment, or category.
