Hi everyone,
Can anyone point me in the direction of where I am going wrong. I am trying to sum 2 cells , but only if positive number. This seems easy enough but I cannot get the formula to work.
Column D = Qty on hand
Column P = Cost
Column T = free stock qty (Which can be a negative value)
What I am trying to do is calculate values in rows :ie D2*P2 if T2 is more than "0"
If have tried -SUMIF(D2*P2,">0") but this is not working.
Thank you in advance
Can anyone point me in the direction of where I am going wrong. I am trying to sum 2 cells , but only if positive number. This seems easy enough but I cannot get the formula to work.
Column D = Qty on hand
Column P = Cost
Column T = free stock qty (Which can be a negative value)
What I am trying to do is calculate values in rows :ie D2*P2 if T2 is more than "0"
If have tried -SUMIF(D2*P2,">0") but this is not working.
Thank you in advance