Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 列上的google电子表格条件格式_Google Sheets - Fatal编程技术网

Google sheets 列上的google电子表格条件格式

Google sheets 列上的google电子表格条件格式,google-sheets,Google Sheets,我有一组从a到G的数据,例如,在G列,我想将单元格格式化如下 如果G2的值介于C2和D2之间,则背景色为绿色 如果G3的值介于C3和D3之间,则背景色为绿色 接下来的500行也是如此 请问我如何在最新的谷歌电子表格中做到这一点 非常感谢在G2中选择条件格式选择自定义公式并输入 =and(G2>C2,G2<D2). =和(G2>C2,G2在G2中选择条件格式选择自定义公式并输入 =and(G2>C2,G2<D2). =和(G2>C2,G2,因为我假设单元格的格式仅适

我有一组从a到G的数据,例如,在G列,我想将单元格格式化如下

如果G2的值介于C2和D2之间,则背景色为绿色

如果G3的值介于C3和D3之间,则背景色为绿色

接下来的500行也是如此

请问我如何在最新的谷歌电子表格中做到这一点


非常感谢

在G2中选择条件格式选择自定义公式并输入

=and(G2>C2,G2<D2). 

=和(G2>C2,G2在G2中选择条件格式选择自定义公式并输入

=and(G2>C2,G2<D2). 
=和(G2>C2,G2,因为我假设单元格的格式仅适用于ColumnG。请尝试选择ColumnG和format,条件格式…,将
apply to range
开头的G1:更改为G2:对于格式单元格,如果…,请选择Custom formula is并插入:

=or(and(G2<C2;G2>D2);and(G2>C2;G2<D2))
=or(and(G2D2);and(G2>C2;G2因为我假设单元格的格式仅适用于ColumnG。请尝试选择ColumnG和format,条件格式…,将
apply to range
开头的G1:更改为G2:对于格式单元格,如果…,请选择Custom formula is并插入:

=or(and(G2<C2;G2>D2);and(G2>C2;G2<D2))
=or(和(G2D2);和(G2>C2;G2