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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.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 GoogleSheets:如何设置两个匹配列的值?_Google Sheets_Spreadsheet - Fatal编程技术网

Google sheets GoogleSheets:如何设置两个匹配列的值?

Google sheets GoogleSheets:如何设置两个匹配列的值?,google-sheets,spreadsheet,Google Sheets,Spreadsheet,我正在尝试将数据从仅行列表转换为行-列结构 我在I:K中获得了数据,希望将K中的值设置为A:H中相应的单元格,其中I&J中的日期和时间值必须在A:H内匹配 有人知道如何使用Google Sheet系统功能实现这一点吗?是的,可以使用sumifs公式实现,简单明了,公式如下: =SUMIFS($I$2:$I$13,$G$2:$G$13,$A5,$H$2:$H$13,D$1) 这就是Gsheet的外观,如果有帮助,请接受:) 您能分享一下您迄今为止的尝试吗?你看过公式了吗:(转置、查询、过滤、排

我正在尝试将数据从仅行列表转换为行-列结构

我在I:K中获得了数据,希望将K中的值设置为A:H中相应的单元格,其中I&J中的日期和时间值必须在A:H内匹配


有人知道如何使用Google Sheet系统功能实现这一点吗?

是的,可以使用
sumifs
公式实现,简单明了,公式如下:

=SUMIFS($I$2:$I$13,$G$2:$G$13,$A5,$H$2:$H$13,D$1)
这就是Gsheet的外观,如果有帮助,请接受:)


您能分享一下您迄今为止的尝试吗?你看过公式了吗:(转置、查询、过滤、排列公式)?分享你的工作表的副本/样本这对我来说非常有用,谢谢!欢迎光临,很高兴为您提供帮助:)