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.
我已经为此挣扎了很长时间。我需要在列的每个单元格中输入相同的公式。但是,它会在拖动或复制时更改公式。例如 =J2 变为 =J3 =J4 等等。我只需要在每个单元格中设置 =J2。
尝试=$J$2代替=J2
=$J$2
=J2
$ 符号保持引用原样,即在拖动时不会更改它。
HTH。