Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 06:04:31 +0000



Post From: Background Coloring from Spreadsheet

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