Shows and hides the column the formula is in.

XL3ColumnVisible(Visible )

ParameterDescription
VisibleIf set to TRUE the column is shown; if set to FALSE the column is hidden

Shows the column if the value in cell C5 contains an error.

=XL3ColumnVisible( IsError( C5 ) )

See XL3RowVisible limitations for more details.