• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2title: Other Patterns
3---
4
5# Other Patterns
6
7Following are two types of patterns you will also encounter in Numbers
8
9The atLeast pattern is used to indicate a number that falls within a range with a known minimum, which is represented by the placeholder {0}. It is used when an exact number is not required, for example to indicate the number of people who have commented on an article.
10
11The **range** pattern is used to indicate a range of numbers.
12
13