Question: Sum of 4 Cells
Context
In this question, we are given a table with 4 cells (A3, A4, A5, and A6). We need to find the sum of the values in these cells. If the sum of 4 cells is greater than 0, the result cell (A7) should show "Result cell". If the sum of 4 cells is 0, the result cell (A7) should show "Noting - Result cell".
Table
| A3 | A4 | A5 | A6 | A7 | |
|---|---|---|---|---|---|
| Value: | --value-A3-- |
--value-A4-- |
--value-A5-- |
--value-A6-- |
--result-- |
References
- Type: Problem-solving
- Source: Custom-made