XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
XL3ColumnVisible
Revision as of 15:45, 11 October 2010 by Antonio.remedios (talk | contribs) (Created page with 'Shows and hides the column the formula is in. ==Syntax== {{Code|XL3ColumnVisible( Visible )}} ==Parameters== {| class="wikitable" ! Parameter ! Description |- | {{Code|Visible…')
Shows and hides the column the formula is in.
Contents
[hide]Syntax
XL3ColumnVisible( Visible )
Parameters
Parameter | Description |
---|---|
Visible | If set to TRUE the column is shown; if set to FALSE the column is hidden |
Examples
Hides the column if the value in cell C5 contains an error.
=XL3ColumnVisible( IsError( C5 ) )