Skip to main content
changing tag to libreoffice
Link
peterph
  • 31.5k
  • 3
  • 74
  • 76
Tweeted twitter.com/#!/StackUnix/status/102056748562649088
Source Link
neydroydrec
  • 3.9k
  • 8
  • 34
  • 42

How to calculate percentages in LibreOffice Calc?

I am currently calculating percentages in LibreOffice Calc using the function =PART/TOTAL where PART and TOTAL are cell coordinates of a same column.

Dragging-down the formula won't do, because the coordinate of the TOTAL cell will change along with the PART's.

Ideally, I want to process this quickly, in a way that the coordinates of the PART changes while the TOTAL's would remain the same.

How can I do that? Is there a function for this?