【发布时间】:2019-05-14 23:33:33
【问题描述】:
我不确定如何正确表达,但我需要获取 google 表格中重复项的序号。例如,Count 列就是我要查找的内容:
+-------+-------+
| Name | Count |
+-------+-------+
| Joe | 1 |
| Lisa | 1 |
| Jenny | 1 |
| Lisa | 2 |
| Lisa | 3 |
| Joe | 2 |
| Jenny | 2 |
样本表:https://docs.google.com/spreadsheets/d/1BB4bzzR3TTAfW5SwvNG_W3AsIYqlSEaSOad5wB4sdko/edit#gid=0
感谢任何帮助,谢谢!
【问题讨论】:
标签: google-apps-script google-sheets