Row Deletion

To delete rows from the table, provide either a list of row ranges or a conditional expression.

By range

A row range is in the form of first_row-last_row. You can give a list of row ranges separated by commas, e.g
 
   1-20, 25, 30-100

By condition

Use the calculator and column buttons to create a boolean formula (or type one in directly), indicating which rows should be deleted. All the rows which satisfy the condition (expression evaluates to TRUE) will be deleted.

When the "Delete" button (or <Return> key) is pressed, fv will determine whether a row range or an expression was entered and behave accordingly.

See the calculator help page for information on how to enter the condition.


Go to About fv.