google-sheets - 从第n行复制单元格

标签 google-sheets google-sheets-formula

我想从this google spreadsheet中获取每个人名字中的名字,并将其放入新列中。名称将是第n行。

get every nth row in google spreadsheet

最佳答案

另外,也可以尝试:

=filter(A2:A, mod(row(A2:A)+1,3)=0)

关于google-sheets - 从第n行复制单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31760843/

相关文章:

python-2.7 - 有没有办法使用Python在谷歌电子表格上自动生成图表?

google-apps-script - Google App 脚本,.getValue 返回错误

google-sheets - Countifs N 跨多个条件计数(在数据验证中),但如果数据验证单元格为空白,则不返回零

google-sheets - 使用 IMPORTRANGE 将多个电子表格合二为一

python - 如何使用 Google Sheets API python 将下拉列表添加到 Google Sheet

python - 如何将单元格公式复制到上面的 1 行中,但引用新行的数据(而不是之前的行数据)

google-apps-script - 如何处理 Google Sheet 中的所有命名范围?

google-sheets - 如何在Google表格中通过网址获取图片的宽度和高度

google-sheets - 使用 Google Sheets/Excel 从今天的日期获取当前星期的星期日日期

google-sheets - 组合数据后如何获得连接文本的查询?