how to count +ve and -ve no.

manojbk

Board Regular
Joined
Mar 2, 2009
Messages
59
i have both positive and negative no . in column d . i want to count them separatelly . I would be thankful , if some one can help me in this matter.
 

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.

shyrath

Active Member
Joined
Jun 28, 2005
Messages
483
Try Sumif

(nb you may need to change ; in the formula to ,)

Excel Workbook
CD
4-2
51
6-2
72
8SUMIF >03
9SUMIF-4
menu
 
Upvote 0

manojbk

Board Regular
Joined
Mar 2, 2009
Messages
59
Sorry, it is not working . it is showing that formula contain some error like that. please help me...
 
Upvote 0

manojbk

Board Regular
Joined
Mar 2, 2009
Messages
59
I did it but, still it is not working
 
Upvote 0

pgc01

MrExcel MVP
Joined
Apr 25, 2006
Messages
19,892
Hi

Try:

=COUNTIF(D:D,">0")

to count how many positive numbers in column D.
 
Upvote 0

Forum statistics

Threads
1,191,632
Messages
5,987,780
Members
440,110
Latest member
albertod8

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
Top