Hope I'm posting this in the right forum...
I am creating a database and I want cells that are picking up information from other cells to be "invisible" when they are empty (i.e. don't want "0" or any of the formula errors to be visible to users) without using Macros or Groups to hide rows (SharePoint doesn't like Macros and Protected Sheets don't like Groups)
I know two ways of doing this:
Conditional Formatting: If the record ID cell is blank, make all text in that section White.
Formulas: Use IF and IFERROR formulas to leave the cell blank if the record ID cell is blank.
I was wondering what method other people prefer and why.
I'm already using IFERROR in several places to make sure that metrics formulas don't come back with errors so I'm leaning towards that for this project.
I am creating a database and I want cells that are picking up information from other cells to be "invisible" when they are empty (i.e. don't want "0" or any of the formula errors to be visible to users) without using Macros or Groups to hide rows (SharePoint doesn't like Macros and Protected Sheets don't like Groups)
I know two ways of doing this:
Conditional Formatting: If the record ID cell is blank, make all text in that section White.
Formulas: Use IF and IFERROR formulas to leave the cell blank if the record ID cell is blank.
I was wondering what method other people prefer and why.
I'm already using IFERROR in several places to make sure that metrics formulas don't come back with errors so I'm leaning towards that for this project.