Forum Discussion
Jaspie
Aug 12, 2021Copper Contributor
Formula to calculate negative values
Hi Looking to obtain a little help with a formula.
I have a column of calculated numbers (current stock on hand).
I have positive and negative numbers.
How can I create a formula that only calculates the value of the negative numbers?
1 Reply
Do you want the sum of the negative numbers? If so, you can use a formula such as
=SUMIF(A2:A100, "<0")