Logo
  • Solutions
  • Team
  • Resources
ERSTGESPRÄCH
Create Ratings in Notion: Prioritize Ideas Easily

Create Ratings in Notion: Prioritize Ideas Easily

Lecture
4 min
Author

Beli Löw

Published:
July 18, 2025
Updated:
July 18, 2025
image

Do you want to learn how to create a rating in Notion based on select fields? I will show you an example of how to create a database to prioritize ideas based on the PIE framework. Additionally, I have summarized 3 simple prioritization methods.

In this article, you will learn how to create the formula yourself. You can also download the template and customize it for yourself. However, I recommend going through the instructions so that you can learn it right away and use the knowledge for other use cases.

  • Step-by-step guide on how to evaluate select fields with a formula.
  • Step 1: Create a database with the properties
  • Step 3: Define your options and evaluation criteria.
  • Step 4: Formula for numerical value
  • Step 5: Formula for the rating in stars
  • Summary of creating a Notion formula
  • Simple Prioritization Frameworks
  • 1. RICE (Reach, Impact, Confidence, Effort)
  • 2. ICE (Impact, Confidence, Ease)
  • 3.PIE (Potential, Importance, Ease)

Step-by-step guide on how to evaluate select fields with a formula.

image

Step 1: Create a database with the properties

First, create a database with the name "Ideas."

This example is based on the PIE framework. Add the properties we need for it.

These can be expanded as needed—for example, to include status or a short description. For now, however, we'll focus on the most important fields for this calculation.

Create the following properties in your database:

Property Name
Property Type
Potential
Select
Importance
Select
Ease
Select
PIE Score
Formula
PIE Rating
Formula

It will look like this:

image

Step 3: Define your options and evaluation criteria.

Please specify which options you want to use and which numerical value they are assigned to. In this example, we use "Very low" to "Very high" to make it easier.

image

Example:

Potential: Very high = 10

Potential: Very low = 0.1

If you are sure, you can create these options in the select fields. So in the fields Potential, Importance, Ease.

image
Important:

If you rename an option in a select field, you must adjust this in the formula. The same applies if you rename the database property.

Step 4: Formula for numerical value

The numerical values we defined above should now be stored in a formula. This assignment is made in a formula that defines the property PIE Score

image

Here you can adapt the formula to your definition. Tip: Use it as given first before adapting it.

prop(“Potential”) refers to the property in the database, in this example "Potential".

== "Very High", 10 defines the value of the option. In this example, Very high receives a 10.

Important: You cannot directly paste this formula into the formula property. You have to do this with a small workaround, as the spacing between them is interpreted as an error by Notion.

How to:

  1. Copy this formula
  2. Paste it into the address bar of your browser
  3. From there, copy it again and paste it into the formula field PIE Score

Step 5: Formula for the rating in stars

We use the numerical rating for sorting. The assignment of stars makes it easier for the eye to rate them.

image

This is what the rating with stars looks like.

Define which label should be displayed for which values. In this example, we use 3 stars. "👀" means that no rating has been given yet.

Value
≤ 2
≤ 4
≤ 6
≤ 8
≤ 10
Result
★☆☆☆☆
★★☆☆☆
★★★☆☆
★★★★☆
★★★★★

This formula goes into the database property PIE Rating.

ifs(prop("PIE Score ")<= 2,"★☆☆☆☆",
	prop("PIE Score ")<= 4,"★★☆☆☆",
prop("PIE Score ")<= 6,"★★★☆☆",
	prop("PIE Score ")<= 8,"★★★★☆",
	prop("PIE Score ") <= 10,"★★★★★",
	"☆☆☆☆☆")) + " " + round(prop("PIE Score ")

It will look like this:

image

Summary of creating a Notion formula

By assigning values to select options, we can calculate and create ratings. To better understand formulas, I recommend copying and formatting them into a Notion code block. Always perform this step to remove the formatting before copying the formula into the browser address bar (as described above).

Simple Prioritization Frameworks

The selected text provides an overview of prioritization frameworks for evaluating and selecting ideas. Key points:

  • Prioritization frameworks help select the best concepts from different ideas based on specific criteria
  • They evaluate ideas using factors like potential, importance, ease, impact, confidence, effort, or reach
  • These frameworks provide structured methods for decision-making that ensure effective resource use and goal achievement
  • Four mentioned frameworks are: PIE framework, ICE framework, RISE framework, and the Kano model
  • The appropriate framework choice depends on individual requirements and goals

1. RICE (Reach, Impact, Confidence, Effort)

RICE helps prioritize ideas by measuring how many people it will affect (Reach), how much it will help them (Impact), how sure you are about the results (Confidence), and how much work it takes (Effort). It's great for making data-informed decisions.

Formula:

(Reach × Impact × Confidence) ÷ Effort

Factor
How to Think About It
Example
Reach
How many people will this help or affect in a set time?
“500 users/month” → use 500
Impact
How big is the change for each user? (0.25 = small, 3 = huge)
“It’ll be a big help” → 2
Confidence
How sure are you about your guesses? (0–100%)
“We’re pretty sure” → 80%
Effort
How much time/resources it’ll take (in days, weeks, or points)
“2 people, 1 week” → 2

Example:

image

2. ICE (Impact, Confidence, Ease)

ICE scores ideas based on their potential Impact, your Confidence in success, and how Easy they are to implement. It's a quick and simple method for fast decision-making or prioritization.

Formula:

(Impact + Confidence + Ease) ÷ 10

Factor
Ask Yourself
Example
Impact
Will this move the needle or just tweak things?
7/10
Confidence
Are you just guessing or do you have proof?
8/10
Ease
How simple is it to make this real?
9/10

Example:

image

3.PIE (Potential, Importance, Ease)

PIE evaluates ideas by looking at their Potential for growth, their Importance to goals, and how Easy they are to execute. It's often used for marketing, optimization, and project planning.

Formula:

(Potential + Importance + Ease) ÷ 3

Factor
Think
Example
Potential
Can this area be improved a lot?
8/10
Importance
Does this get a lot of visitors or traffic?
9/10
Ease
Can we test or change this quickly?
6/10

Example:

image
icon
Download the Template
image

Beli Löw

Founder, Senior Notion Consultant

Beli is an IT project manager, tool enthusiast, entrepreneur and has organized his whole life with Notion. His news sources are release notes from tools. There is (almost) no feature or shortcut that he does not know.

icon
FOLLOW ON LINKEDIN FOR UPDATES
image

Level Up Your Business Workspace: Get Monthly Notion Pro Tips

Keep Reading…

Notion AI Agent: A Game Changer for Your Daily WorkNotion AI Agent: A Game Changer for Your Daily Work
Notion AI Agent: A Game Changer for Your Daily Work
3 min
September 16, 2025
Calculate Age in Your Database EasilyCalculate Age in Your Database Easily
Calculate Age in Your Database Easily
3 min
August 20, 2025
Create Ratings in Notion: Prioritize Ideas EasilyCreate Ratings in Notion: Prioritize Ideas Easily
Create Ratings in Notion: Prioritize Ideas Easily
4 min
July 18, 2025
Best Notion Shortcuts Best Notion Shortcuts
Best Notion Shortcuts
6 min
April 20, 2025
Best Notion Templates for Business in 2025Best Notion Templates for Business in 2025
Best Notion Templates for Business in 2025
4 min
April 10, 2025
Invite Guests to Notion: Step by stepInvite Guests to Notion: Step by step
Invite Guests to Notion: Step by step
4 min
March 21, 2025
Find your Notion Invoice EasilyFind your Notion Invoice Easily
Find your Notion Invoice Easily
2 min
March 7, 2025
Resize Images in Notion for Perfect AlignmentResize Images in Notion for Perfect Alignment
Resize Images in Notion for Perfect Alignment
2 min
February 27, 2025
Get Insights with Notion ChartsGet Insights with Notion Charts
Get Insights with Notion Charts
4 min
February 20, 2025
AI SEO Strategies for Notion UsersAI SEO Strategies for Notion Users
AI SEO Strategies for Notion Users
4 min
February 13, 2025
Time to Decimal Conversion with Notion FormulaTime to Decimal Conversion with Notion Formula
Time to Decimal Conversion with Notion Formula
3 min
February 3, 2025
Create Columns in Notion: 5 Easy Methods for Better OrganizationCreate Columns in Notion: 5 Easy Methods for Better Organization
Create Columns in Notion: 5 Easy Methods for Better Organization
4 min
January 3, 2025
Save Charts as PNGSave Charts as PNG
Save Charts as PNG
2 min
November 20, 2024
How do I make my Notion BeautifulHow do I make my Notion Beautiful
How do I make my Notion Beautiful
6 min
September 11, 2024
Share your Schedule and Availability with Notion CalendarShare your Schedule and Availability with Notion Calendar
Share your Schedule and Availability with Notion Calendar
4 min
August 19, 2024
How to Create a Progress BarHow to Create a Progress Bar
How to Create a Progress Bar
3 min
July 30, 2024
How to: Suggested EditsHow to: Suggested Edits
How to: Suggested Edits
3 min
July 23, 2024
Mastering List Management in NotionMastering List Management in Notion
Mastering List Management in Notion
3 min
July 23, 2024
Notion Charts are coming soon 🤫Notion Charts are coming soon 🤫
Notion Charts are coming soon 🤫
2 min
July 23, 2024
Publish Your Notion Website in Under 5 MinutesPublish Your Notion Website in Under 5 Minutes
Publish Your Notion Website in Under 5 Minutes
3 min
July 22, 2024
How to Search and Replace in NotionHow to Search and Replace in Notion
How to Search and Replace in Notion
2 min
July 22, 2024
How to Add Description for Select and Status PropertyHow to Add Description for Select and Status Property
How to Add Description for Select and Status Property
3 min
July 19, 2024
Open a New Window and Tab in NotionOpen a New Window and Tab in Notion
Open a New Window and Tab in Notion
2 min
July 19, 2024
How to Easily Add a Block on TopHow to Easily Add a Block on Top
How to Easily Add a Block on Top
2 min
July 19, 2024
Reduce a column width to the minimumReduce a column width to the minimum
Reduce a column width to the minimum
2 min
July 15, 2024
How to Edit a Database TemplateHow to Edit a Database Template
How to Edit a Database Template
2 min
July 4, 2024
Notion ColorsNotion Colors
Notion Colors
2 min
March 27, 2024
Checkin Method [including Checkin questions generator]Checkin Method [including Checkin questions generator]
Checkin Method [including Checkin questions generator]
4 min
March 26, 2024
Best free Notion templates for individuals in 2025Best free Notion templates for individuals in 2025
Best free Notion templates for individuals in 2025
4 min
January 9, 2024
Second Brain - Organize your digital life with NotionSecond Brain - Organize your digital life with Notion
Second Brain - Organize your digital life with Notion
8 min
October 30, 2023
Fix Table ColumnsFix Table Columns
Fix Table Columns
2 min
August 29, 2023
Formula: RoundFormula: Round
Formula: Round
2 min
July 13, 2023
Show details of Linked EntryShow details of Linked Entry
Show details of Linked Entry
2 min
May 6, 2023
Weekly View in CalendarWeekly View in Calendar
Weekly View in Calendar
2 min
May 2, 2023
Formula: Count RelationsFormula: Count Relations
Formula: Count Relations
2 min
May 1, 2023
A guide to create Notion formulas based on Select fieldsA guide to
A guide to create Notion formulas based on Select fields
8 min
April 20, 2023
Bulk Edit for IconsBulk Edit for Icons
Bulk Edit for Icons
2 min
April 18, 2023
Notion Icons Bulk EditingNotion Icons Bulk Editing
Notion Icons Bulk Editing
2 min
April 18, 2023
February Notion UpdateFebruary
February Notion Update
3 min
February 28, 2023
6-minutes journal - Why you should write one (with free template)6-minutes journal - Why you should write one (with free template)
6-minutes journal - Why you should write one (with free template)
8 min
February 1, 2023
December Notion UpdatesDecember Notion Updates
December Notion Updates
3 min
December 16, 2022
The New Recurring Task Feature in Notion - How to Set it upThe New Recurring Task Feature in Notion - How to Set it up
The New Recurring Task Feature in Notion - How to Set it up
4 min
November 25, 2022
Custom Icons for Database Views and PropertiesCustom Icons for Database Views and Properties
Custom Icons for Database Views and Properties
2 min
November 18, 2022
Notion Web Clipper: What is it and How to use itNotion Web Clipper: What is it and How to use it
Notion Web Clipper: What is it and How to use it
6 min
October 25, 2022
Bending the Notion Learning CurveBending the Notion Learning Curve
Bending the Notion Learning Curve
4 min
October 19, 2022
5 Tips for Notion Newbies5 Tips for Notion Newbies
5 Tips for Notion Newbies
4 min
September 20, 2022
Edit multiple database entriesEdit multiple database entries
Edit multiple database entries
2 min
February 2, 2022
Notion Templates Simply ExplainedNotion Templates Simply Explained
Notion Templates Simply Explained
4 min
October 13, 2021
Achieving Goals with OKRsAchieving Goals with OKRs
Achieving Goals with OKRs
3 min
June 18, 2021
Set Notification Reminders on Date Properties | NotioneersSet Notification Reminders on Date Properties | Notioneers
Set Notification Reminders on Date Properties | Notioneers
2 min
Logo

About

Team

Contact

DE 🇩🇪

(ifs(prop("Potential ") == "Very high", 10,
	prop("Potential ") == "High", 7.5,
	prop("Potential ") == "Medium", 5,
	prop("Potential ") == "Low", 2.5,
	prop("Potential ") == "Very Low",0.1, 0)+
	ifs(prop("Importance ") == "Very high", 10,
		prop("Importance ") == "High", 7.5,
		prop("Importance ") == "Medium", 5,
		prop("Importance ") == "Low", 2.5,
		prop("Importance ") == "Very Low", 0.1, 0)+
		ifs(prop("Ease ") == "Very high", 10,
			prop("Ease ") == "High", 7.5,
			prop("Ease ") == "Medium", 5,
			prop("Ease ") == "Low", 2.5,
			prop("Ease ") == "Very Low", 0.1, 0))/3