How do you copy a formula down a column with the org-mode spreadsheet

Viewed 2393

After using C-c = to enter a formula, I want that formula to apply to every row in that column. How can I achieve this?

4 Answers

Put the point on the cell with the single formula result and then hit C-u C-c *

Related