All tips

padStart & padEnd

There are two new formula functions coming soon: padStart and padEnd. Here’s the official description:

Returns the text padded with the provided padding string at the start until the target length is reached.

These functions take 3 arguments → padStart(A, B, C)

  • C = character or string to be repeated (added at the start or end depending on the function you select)
  • B = target length. If it’s 16, the character (C) will be repeated 16 minus the length of text (A).
  • A = initial text

Example: padEnd(”hello”, 10, ”U”) → helloUUUUU

Notion formula to add text at the beginning/end of a text

Master Notion, 5 minutes a week

Want to be in the loop with everything Notion? Join the 15,000+ Notioneers on the #1 Notion-focused newsletter.
Every Tuesday, I’ll hit you up with an email, giving you 3 tips on how to make the most of Notion, 2 (awesome) resources, and 1 Tweet of the Week.

Latest issues