I’m trying to copy the content of one cell into another in calc, but can’t see how to do it
Hello,
not at all without creating a macro ( you can’t copy cell contents with existing formulas).
Probably you mean: How to show content of a cell in another cell (in technical terms: You reference another cell): Assuming you want the content of A1
shown in another cell B1
put: =A1
into cell B1
, but to make clear once more: This doesn’t copy the content of A1
into B1
. The content of B1
is the formula =A1
!
Maybe you mean something like Ctrl
+Shift
+V
?