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 Sheets根据2个条件设置条件格式以绘制行+1_Google Sheets_Conditional Statements_Google Sheets Formula_Gs Conditional Formatting - Fatal编程技术网

Google sheets Google Sheets根据2个条件设置条件格式以绘制行+1

Google sheets Google Sheets根据2个条件设置条件格式以绘制行+1,google-sheets,conditional-statements,google-sheets-formula,gs-conditional-formatting,Google Sheets,Conditional Statements,Google Sheets Formula,Gs Conditional Formatting,我从另一个工作表中得到了这个透视表,我需要在其中应用特定的条件格式,以便更好地理解,下面是一个示例表 我需要的是: 如果在F列中,如果有现金,则绘制列I+1行 在这个例子中,我试图用不同的颜色绘制I4,只有在F列中我有一行在上面 有什么帮助吗?我得到了这个答案,但是,我不知道这是否是最好的方法: =indirect(address(row()+1,column($F:$F)))="Cash" 将其应用于A4:Z范围 =$F3="cash"

我从另一个工作表中得到了这个透视表,我需要在其中应用特定的条件格式,以便更好地理解,下面是一个示例表

我需要的是:

如果在F列中,如果有现金,则绘制列I+1行

在这个例子中,我试图用不同的颜色绘制I4,只有在F列中我有一行在上面


有什么帮助吗?

我得到了这个答案,但是,我不知道这是否是最好的方法:

=indirect(address(row()+1,column($F:$F)))="Cash"
将其应用于A4:Z范围

=$F3="cash"