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 - Fatal编程技术网

Google sheets 计算出勤状态

Google sheets 计算出勤状态,google-sheets,Google Sheets,我希望能够根据过去4周内是否有人参加会议,确定B列的出勤状态,并且可能希望随时间变化。因此,如果有人参加了8月11日或更晚的会议,他们将有Y参加 这是一个在Excel中工作的公式,但在粘贴在B2中并向下复制的GSheets中不起作用: =IF(COUNTIF(OFFSET(INDEX($C$1:$X$1,MATCH(TODAY(),$C$1:$X$1)),ROWS(B$2:B2),-(4-1),,4),"X")>0,"Y","N") 以下内容将起作用。 =IFCountifiIndire

我希望能够根据过去4周内是否有人参加会议,确定B列的出勤状态,并且可能希望随时间变化。因此,如果有人参加了8月11日或更晚的会议,他们将有Y参加

这是一个在Excel中工作的公式,但在粘贴在B2中并向下复制的GSheets中不起作用:

=IF(COUNTIF(OFFSET(INDEX($C$1:$X$1,MATCH(TODAY(),$C$1:$X$1)),ROWS(B$2:B2),-(4-1),,4),"X")>0,"Y","N")
以下内容将起作用。 =IFCountifiIndirectConcatenatedDressRow,ColumnCoffset$C$1,0,MATCHTODAY,$C$1:$X$1-1-3,:,ADDRESSROW,ColumnCoffset$C$1,0,MATCHTODAY,$C$1:$X$1-1,X>0,Y,N