From: barbara h on
I need to do a calculation based on a cell. If cell B12 >= 0, then I need
to calculate a formula (B13*.40). If cell B12 < 0, then value = 0.

Can anybody help?

--
barbara h
From: Eduardo on
Hi,

=if(B12>0,(B13*0.40),0)

"barbara h" wrote:

> I need to do a calculation based on a cell. If cell B12 >= 0, then I need
> to calculate a formula (B13*.40). If cell B12 < 0, then value = 0.
>
> Can anybody help?
>
> --
> barbara h