English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am trying to create a spreadsheet using Open Office.org spreadsheet, which I believe is similar to Excel. My last three columns are D. Credits, E. Debits and F. Balance. How do I tell column F how to calculate the balance in each row. My computer is about to go through the window!

2007-06-25 08:05:06 · 7 answers · asked by fuck off 5 in Computers & Internet Software

I tried both of the formulas given but it does not work, sorry guys but thanks anyway.

2007-06-25 08:27:30 · update #1

7 answers

Openoffice Calc uses the same style formulas that MS Office does. So you could do:

=(d1-e1)

and it should do the trick for you

2007-06-25 08:09:10 · answer #1 · answered by Anonymous · 0 0

Assuming on Cell F1 you have the title: "Balance:"

type this in F2:

=D2-E2

That should do what you want.

ProTip: The square that highlights the cell you're in (F2), to the bottom right, if you move your mouse over the bottom right corner, a small black plus should appear. If you drag that down the column, you will fill the column with the same function.

That will save you a lot of copying and pasting.

2007-06-25 08:11:37 · answer #2 · answered by Anonymous · 0 0

Hi,
I believe Open Office operates in the same way as Excel, so. Use the first row of figures (lets assume it's row 3 for this formula)
Select F3, type in =D3-E3 then hit the enter key. This will give the first balance figure. Following that you select F4 , type in =D4-E4+F3. This will give you the cumulative balance. Copy this formula down as far as you wish.

Job done,

Hope this helps, Graham.

2007-06-25 09:40:52 · answer #3 · answered by graham b 3 · 0 0

Assuming that the first row is a header and the second row is a carried forward or a starting balance.
The balance in Cell F3 as calculated in Excel should be
=sum(D3:E3,F2)
If debits are shown as positive then you will need to make them negative for this to work.
The next line down will be
=sum(D4:E4,F3)

This will then give you a rolling balance.

I hope this helps.

2007-06-25 08:28:09 · answer #4 · answered by AnalProgrammer 7 · 0 0

In the first row you have a carried forward balance
In the second row you have =(CarriedForward) + CreditCell - DebitCell.
In the third row you have = (CellAbove) +CreditCell-DebitCell.
Copy the third formula down all the rows you have transactions in (making sure the cell reference updates as it goes) and you're done.

2007-06-25 08:19:23 · answer #5 · answered by lordmoldishorts 2 · 0 0

You can't, unless you have microsoft excel or other program that can be able to read the excel file

2016-05-20 00:36:52 · answer #6 · answered by Anonymous · 0 0

F2 = D2-E2

2007-06-26 12:30:56 · answer #7 · answered by Ivan 2 · 0 0

fedest.com, questions and answers