在 google 工作表上计算并记下一列数据的订单号到另一列
Calculate and write down order number of data on a column to another column on google sheets
我想根据列上的数据给出行的顺序号,并将其写入 google 工作表上的另一列。
Here is my example data;
我希望工作表通过升序计算列 L 上的数据并将其写入列 M。
我找到了我需要的功能;
https://support.google.com/docs/answer/3267310?hl=en
RANK.EQ(A10, A1:A100, 真)
RANK.EQ(B32, B8:B47, 假)
RANK.EQ(A10, A1:A100)
我想根据列上的数据给出行的顺序号,并将其写入 google 工作表上的另一列。
Here is my example data;
我希望工作表通过升序计算列 L 上的数据并将其写入列 M。
我找到了我需要的功能;
https://support.google.com/docs/answer/3267310?hl=en
RANK.EQ(A10, A1:A100, 真)
RANK.EQ(B32, B8:B47, 假)
RANK.EQ(A10, A1:A100)