
Determining the number of values in a
specific range
Figure 14-24 shows a table containing different values. Your task is
to count the number of values that are between 50 and 100. This
task can be solved easily with an array formula.
4
To determine the number of values in a specific range:
1. Select cell D6.
2. Type the array formula =SUM((A5:A16>=50)*
(A5:A16<=100)).
3. Press <Ctrl+Shift+Enter>.
Note: The curly brackets in the formula are generated
automatically with the keyboard combination Ctrl+Shift+
Enter. Enter the brackets this way rather than entering them
manually.
362 Chapter 14
Figure 14-24