I have a table in a writer doc that I wish to create a sum of a column but only if an adjacent cell on each line contains a specific character. And example would be to add the value of this row’s cell to the total IF the cell to the right contains the value of ‘1’.
I have:
=IF (<C3>=“1”,<C99>=+<B3>,)
Formula is not showing as I wrote it. It reads if cell C3 = 1 then to cell C99 add the cell B3
Formula formatting fixed by ajlittoz
Obviously I’m NOT a calc expert but in the above formula if the content of cell C3 is equal to a character ‘1’ then add the value of cell B3 to the value of cell C99.
The only message I receive is “** expression is faulty **” Uh huh!
But what IS the correct expression. Thanks for any/all who can provide some guidance?