Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个数据集,其中包含 B 和 C 列中的值。我需要为 B 列中存在的每个数据实例添加 UID。例子。
A 列应该根据 B 列中的数据为我提供数据集的 UID。
我尝试了许多公式,但似乎与我正在寻找的内容无关。
试试下面的公式。将公式放入A2单元格中,然后向下拖动。
A2
="TT" & COUNTA($B$2:$B2)