Skip to main content

RPN Calculation (FMEA)

Initial RPN

Calculates the Risk Priority Number by multiplying severity, occurrence, and detection ratings per the AIAG & VDA FMEA Handbook.
Column configuration:

Revised RPN (After Mitigation)

Calculates the post-mitigation RPN using updated severity, occurrence, and detection values:

RPN with Cell Decorator

Combine the RPN formula with conditional formatting to color-code risk levels:
RPN threshold summary:

Risk Matrix (HARA / Action Priority)

Severity-Probability Risk Level

Implements a risk acceptance matrix using severity and probability to determine acceptability:
diagram

HARA Risk Level with ASIL Mapping

For ISO 26262 HARA (Hazard Analysis and Risk Assessment) workflows:

Auto-Generated Titles

Title from Hazardous Situation and Harm

Generates a work item title by combining related fields. Recommended best practice for FMEA (Failure Mode and Effects Analysis) workflows to prevent items without titles:
If the title column uses a formula, keep it visible during item creation. Formula columns do not execute when hidden, which causes incorrect titles on newly created work items.

Cross-Row Aggregation

Unique Values from Child Items

Available since v24.9.1 Collects unique enum values from downstream risk items into the parent process step row:

Sum Across Child Items

Aggregates numeric values from child risk items:

Field Combination

Linked Item Fields in One Column

Combines ID and title from a linked item into a single cell:

Conditional Read-Only via cellDecorators

Use systemReadOnlyFields in a cell decorator to make columns conditionally read-only based on an enum value:

Row Header Styling with Formula Values

Apply conditional styling to row headers based on the revised RPN (Risk Priority Number):

Top Panel Function for Dynamic Risk Matrix

Define a risk matrix in the top panel that reads from external configuration, avoiding hardcoded values in each project’s sheet configuration:

Complete FMEA Configuration

A full working example combining RPN formulas, risk parameter ratings, and conditional formatting:
Last modified on July 10, 2026