XL3RowVisible

Revision as of 08:09, 4 November 2010 by Antonio.remedios (talk | contribs) (The example was the wrong way round)

Shows and hides the row the formula is in.

Syntax

XL3RowVisible( Visible )

Parameters

Parameter Description
Visible If set to TRUE the row is shown; if set to FALSE the row is hidden

Examples

Hides the row if the value in cell A3 is less than or equal to 10000.

=XL3RowVisible( A3 > 10000 )

See Also