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

Using Open Office having difficulty in formating an 'IF'. formula.
require to provide a simple bank style statement - ie in D3
"IF C3andD3 <1 'ISBLANK' otherwise SUM= D2-C3+D3
D2 being opening balance, C3 a debit or D3 credit - and so on
down the sheet BrianUK

2007-08-22 22:29:12 · 4 answers · asked by brian c 2 in Computers & Internet Programming & Design

4 answers

Your question is eroneous, you will generate a circular ref. if you write your formula in D3 and test if D3 is < 1. Normally you would use three columns, 1 for debit, 1 for credit and 1 for balance ( col E). Doing this you do not actually need an IF formula, all you need is =E2 - C3 + D3

If you want to use 2 cols, then you will also need to use 2 rows; ie. C3 a debit, D3 a credit and D4 a balance. The next sequence will be C5, D5 and D6. The formula will still work, but copy down in pairs of rows.

The AND formula goes AND(C3<1,D3<1) the ISBLANK(cellref) needs a cell reference. Remember ISBLANK is boolean and needs to be in the first part of the argument.

2007-08-23 00:18:13 · answer #1 · answered by colin cc 2 · 0 0

Type $C$3 and this value will not change when you drag the formula down a column.

2007-08-22 23:03:28 · answer #2 · answered by AnalProgrammer 7 · 0 0

You write all those details, but yet you don't explain the problem. What value is repeating, and how is it repeating?

What does the formula look like in the rows that the repetition occurs? What do the values look like in those very rows?

Are you talking about absolute versus relative?
___________________________

2007-08-22 22:56:20 · answer #3 · answered by Einstein 5 · 0 0

Actually it is happens some times, the main thing to be internet in your pc and second one the software installed in your pc may be older version so it simply need to required updation nothing else........


http://www.commediait.com

2007-08-22 23:07:22 · answer #4 · answered by top s 3 · 0 2

fedest.com, questions and answers