A formula property is a great way to combine multiple fields into one clean summary. The only downside is that you cannot add a new line with Shift + Enter the way you can in a text field. Yet, without line breaks, your "clean summary" can be hard to scan.
The fix is simple: insert a line break by adding "\n" in your formula.
✅ To make summaries easier to read in all views.
✅ To display multiple pieces of information on separate lines inside a single property.
1️⃣ Open your database and click your formula property.
2️⃣ Make sure your formula returns text.
3️⃣ Insert "\n" exactly where you want a new line.

👉 Two properties on two lines:
prop("Property 1") + "\n" + prop("Property 2")
👉 Two properties on two lines with an empty line in between:
prop("Property 1") + "\n" + "\n" + prop("Property 2")
🛠️ Make sure "\n" is inside quotes. Writing \n without quotes will not work.
🛠️ Use straight quotes " ", not curly quotes “ ”.
🛠️ Do not confuse a formula property with a text property.
💬 Why is "\n" not working in my formula?
Most often it is caused by curly quotes “ ”, missing quotes around "\n", or mixing numbers without using format().
💬 Can I add multiple line breaks inside a single formula?
Yes. Add "\n" as many times as needed, including twice in a row for an empty line.
💬 Does it work on mobile?
Yes. Once the formula is saved, the multi-line display works across devices.
notion by moona
High-quality Notion workspaces for entrepreneurs with high standards.