Login Page - Create Account

Support Board


Date/Time: Sun, 07 Sep 2025 14:51:03 +0000



Post From: Background Coloring from Spreadsheet

[2017-03-06 19:14:58]
Sawtooth - Posts: 4261
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))