我有以下内容桌子并将其粘贴到 CSV 格式的测试用例中:
;;Prediction;;;;Real Result
;;Shares;;Likes;;Shares;Likes;Notes
;;min;max;min;max
;;108;2220;1711;17086;206;2800;The Range is too Large
;;175;2220;3486;17086;237;4100;The Range is too Large
;;89;2220;1512;17086;158;2400;The Range is too Large
;;108;175;1711;3486;436;6300
;;144;2220;1803;17086;144;1800
;;144;2259;1803;17562;130;1600
我想根据这些规则为 G 列着色:如果值介于 C 列和 D 列的值之间,则背景应为绿色;如果值小于 C 列的值或大于 D 列的值,则背景应为红色。请解释如何操作。我明白应该使用条件格式,但我找不到所需的选项。