Support Board
Date/Time: Mon, 10 Aug 2026 10:16:28 +0000
Post From: Background Coloring from Spreadsheet
| [2017-03-06 19:14:58] |
| Sawtooth - Posts: 4343 |
|
Try this: For grey background from Yellow arrow to Black arrow, e.g. in cell P3: =IF(yellowarrow,1,IF(blackarrow,0,P4)) For blue background from Black arrow to Yellow arrow, e.g. in cell Q3: =IF(blackarrow,1,IF(yellowarrow,0,Q4)) |
