XL3RowVisible
Revision as of 15:43, 11 October 2010 by Antonio.remedios (talk | contribs) (Created page with 'Shows and hides the row the formula is in. ==Syntax== {{Code|XL3RowVisible( Visible )}} ==Parameters== {| class="wikitable" ! Parameter ! Description |- | {{Code|Visible}} | I…')
Shows and hides the row the formula is in.
Contents
[hide]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 greater than 10000.
=XL3RowVisible( A3 > 10000 )