3
I'm trying to get the value of adjacent columns in OpenOffice.org Calc.
I have several rows, each with a column that should have its value incremented by one when a column immediately to the right has a value.
So I'm hoping to have something like this.
1 Some content $50
2 More content $320
3 Even More $70
4 $110
In the above example 1, 2, 3 and 4 are arrived at by incrementing by 1 as there was a value to the right in at least one of two columns.