Skip to content

Instantly share code, notes, and snippets.

@davemq
Created October 28, 2019 22:52
Show Gist options
  • Save davemq/430e85ddaf3975517be0166703bbbb47 to your computer and use it in GitHub Desktop.
Save davemq/430e85ddaf3975517be0166703bbbb47 to your computer and use it in GitHub Desktop.
ItemPrice
A19
B23
C34
D1
Subtotal77
Tax 5%3.85
Total80.85
@davemq
Copy link
Author

davemq commented Oct 28, 2019

Use the Raw button to see the org mode code. The tricky part is the formulae on the last line. @i is the first horizontal line, @ii the second, then you can reference the lines below @i with @i+1, above @ii with @II-1. Line 7 is just 0.05 times line 6, line 8 is line 6 + line 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment