Sample Data
This table shows report names and their current status before publishing.
| Cell | Value |
|---|---|
| A1 | Report Name |
| B1 | Status |
| A2 | Sales Overview |
| B2 | Draft |
| A3 | Customer Insights |
| B3 | Ready |
| A4 | Inventory Report |
| B4 | Ready |
| A5 | Financial Summary |
| B5 | Draft |
This table shows report names and their current status before publishing.
| Cell | Value |
|---|---|
| A1 | Report Name |
| B1 | Status |
| A2 | Sales Overview |
| B2 | Draft |
| A3 | Customer Insights |
| B3 | Ready |
| A4 | Inventory Report |
| B4 | Ready |
| A5 | Financial Summary |
| B5 | Draft |
IF(B3="Ready", "Publish", "Do Not Publish")A B 1 | Report Name | Status | 2 | Sales Overview | Draft | 3 | Customer Insights| Ready | <-- referenced cell 4 | Inventory Report | Ready | 5 | Financial Summary| Draft |
A B C 1 | Report Name | Status | Publish Status | 2 | Sales Overview | Draft | | 3 | Customer Insights| Ready | Publish | 4 | Inventory Report | Ready | | 5 | Financial Summary| Draft | |