Introduction
In Excel it is possible to hide certain rows or columns. There are two ways to hide rows or columns:
In both cases the specified cells are recognized as being hidden. If the Exact function [IS_HIDDEN (cell)] points to a hidden cell, the value ‘TRUE’ appears. If this functions points to an unhidden cell, the value ‘FALSE’ appears.
You can use this function to check whether cells have been hidden or not and to display an alternative in case a cell has been hidden. You can do this by using the Excel function ‘IF’. This function does not connect to the Exact database.
Explanation of the fields
Company The company is not of any importance, as this function does not connect to the Exact database. You can leave it ‘Default’.
Function Select the function you want to use. To check whether cells have been hidden or not, choose ‘IS_HIDDEN”.
Cell Select the cell for which you want to know whether it has been hidden or not. If you want to know if cell C2 has been hidden, select ‘=C2’. Do not forget the ‘=’-sign.
Example