Formula to count positive and negative numbers

PhilipeC

Board Regular
Joined
May 1, 2018
Messages
56
I would like a formula to count positive numbers from H4:H20, such as if H4=100,H5=20,H6=10 than 100 and 20 = 2 count.


And another formula to count , negative numbers from H4:H20.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hi

So greater than zero and then less than zero... right?


Book1
HIJ
41412Positive
5205Negative
616
78
819
914
10-7
1112
12-12
133
1413
15-7
16-15
17-1
188
1916
209
Sheet4
Cell Formulas
RangeFormula
I4=COUNTIF(H4:H20, ">0")
I5=COUNTIF(H4:H20, "<0")
 
Upvote 0

Forum statistics

Threads
1,225,424
Messages
6,184,912
Members
453,264
Latest member
AdriLand

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top