Equivalent to clicking the Go To command on the Edit menu and then selecting the Special button. Use SELECT.SPECIAL to select groups of similar cells in one of a variety of categories.
Syntax
SELECT.SPECIAL(type_num, value_type, levels)
SELECT.SPECIAL?(type_num, value_type, levels)
Type_num is a number from 1 to 13 corresponding to options in the Go To Special dialog box and describes what to select.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Value_type is a number specifying which types of constants or formulas you want to select. Value_type is available only when type_num is 2 or 3.
|
|
|
|
|
|
|
|
|
|
These values can be added to select more than one type. The default for value_type is 23, which select all value types.
Levels is a number specifying how precedents and dependents are selected. Levels is available only when type_num is 9 or 10. The default is 1.
|
|
|
|
|
|
Return to index