using if and or functions in a formular

J

Jonno

Hi,

I have this formular

=IF(B129>0,((B128+B129-B125)*(J130-J131)*0.00000785),(0))

But now i need to add a or function referancing another cell B130 so if B129
or B130 is greater then 0. a bit like this.

=IF(B129orB130>0,((B128+B129-B125)*(J130-J131)*0.00000785),(0))

but i carnt get it to work.

Please Help!!!
 
Top