
Extracting every fourth value from a list
A list of measurements taken every two minutes is shown in Figure
14-49. Your task is to extract every fourth value from the list and
transfer that value to another list.
4
To extract every fourth value:
1. Using the data shown in Figure 14-49, select cells D2:D5.
2. Type the formula =OFFSET($B$2,(ROW()-2)*4,0).
3. Press <Ctrl+Enter>.
382
Chapter 14
Figure 14-49
Figure 14-50