I have in Excel a whole column field, where I have to set
for row 2: SUM(A2+B2)
,
for row 3: SUM(A3+B3)
...
Is there a fast way to set it to the whole column without having to insert it one by one in the fields?
Something like SUM(A#+B#)
, where #
automatically fills with the current row and number, so I can set the whole column automatically.
Also, how do I reference one worksheet in another worksheet?
Let's say I have a worksheet dates
and worksheet times
. I want the dates to appear in a field in the times
worksheet, something like VALUE(dates.A2)
in a field of times
.