View Single Post
Quote:
Originally Posted by angel'o'sphere View Post
Hi!

what I really want is a simple calculation / spreadsheet functionality.

E.g. I have an outline with columns like:

"hours spend" , "rate per hour", "sub total", "tax rate", "total".

And formulas like:
"sub total" := "hours spend" * "rate per hour";
"total" := "sub total" + "sub total" * "tax rate"; -- assuming tax rate is 0.x value
why don't you use a spreadsheet application then - such as numbers, or excel? that is what they were designed for.