How to format using Cell Settings cells that are null?

How to format using Cell Settings cells that are null?

FIRST CREATED ON 17 Jun 2025 I AUTHOR Emma Camacho

To format the cells that are null in the following example:

Use Cell Settings to format the cells:

Pattern Expression: if (String.IsNullOrEmpty([CellValue]),1,[KeepOriginal] )
Color Expression: if (String.IsNullOrEmpty([CellValue]),Rgb(255,0, 0),[KeepOriginal] )

To get the following table in Powerpoint






Looking for Additional Guidance?
If you require more detailed information or further assistance, please visit our comprehensive Online Documentation. Our resources are designed to help you navigate all features and functionalities effectively.