0

我对这个论坛和谷歌电子表格都很陌生,在使用这个电子表格并与不同的合作者共享这个电子表格时,我需要以下帮助:

可用数据:
在一张表中,合作者的姓名与电子邮件 ID 一起提供,与经销商代码相对,例如在 A 栏:经销商代码,B 栏:合作者的姓名,C 栏:经销商的电子邮件 ID合作者

在另一张表 2 中,给出了经销商的数据库,如 Col A:经销商代码,Col B:合作者的名称,Col C:状态(一个变量,将由合作者编辑)。

必需的:

Sheet2 中要求的,只有针对经销商代码的协作者可以编辑 C 列中的状态(共享电子表格后),电子表格的其他行保持受保护,协作者可能无法更改其他的状态合作者。

4

1 回答 1

1

I'll give the same answer as in the Docs forum : you cannot protect a single row or even a single sheet in a spreadsheet. I suppose you'll have to re-think your approach differently to get a working solution with the existing tools. Why not, for example, have a non-shared spreadsheet for every collaborator that synchronizes some data with a common spreadsheet ? You would have the same functionality, wouldn't you ?

于 2012-06-20T16:43:49.903 回答