#1   Report Post  
Posted to microsoft.public.excel.misc
wwoody
 
Posts: n/a
Default creating a formula


I have a col that i have plus and minus numbers in them and
i want a count of all the records in the col. but i want to exclude the
0 records. Currently i use =count(d3:d70)
and have tried countif((d3:d71)((<0)) with no luck.
any suggestions?


--
wwoody
------------------------------------------------------------------------
wwoody's Profile: http://www.excelforum.com/member.php...o&userid=17362
View this thread: http://www.excelforum.com/showthread...hreadid=499964

  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default creating a formula

Try this:

=COUNTIF(D3:D70,"<0")

HTH,
Elkar

"wwoody" wrote:


I have a col that i have plus and minus numbers in them and
i want a count of all the records in the col. but i want to exclude the
0 records. Currently i use =count(d3:d70)
and have tried countif((d3:d71)((<0)) with no luck.
any suggestions?


--
wwoody
------------------------------------------------------------------------
wwoody's Profile: http://www.excelforum.com/member.php...o&userid=17362
View this thread: http://www.excelforum.com/showthread...hreadid=499964


  #3   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default creating a formula

Try this array formula:
=SUM(IF(A1:A100<0,1))
entered using SHIFT+CTRL+ENTER

HTH
JG

"wwoody" wrote:


I have a col that i have plus and minus numbers in them and
i want a count of all the records in the col. but i want to exclude the
0 records. Currently i use =count(d3:d70)
and have tried countif((d3:d71)((<0)) with no luck.
any suggestions?


--
wwoody
------------------------------------------------------------------------
wwoody's Profile: http://www.excelforum.com/member.php...o&userid=17362
View this thread: http://www.excelforum.com/showthread...hreadid=499964


  #4   Report Post  
Posted to microsoft.public.excel.misc
wwoody
 
Posts: n/a
Default creating a formula


Thanks guys i'll try each one


--
wwoody
------------------------------------------------------------------------
wwoody's Profile: http://www.excelforum.com/member.php...o&userid=17362
View this thread: http://www.excelforum.com/showthread...hreadid=499964

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating charts from formula results Boba Fett Excel Discussion (Misc queries) 1 August 22nd 05 07:04 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
need help creating formula based on cell value Brad Excel Discussion (Misc queries) 3 April 1st 05 07:51 PM
Creating a specific formula booroni New Users to Excel 3 March 26th 05 10:05 AM
HELP creating formula! dmeals Excel Worksheet Functions 0 January 2nd 05 11:39 PM


All times are GMT +1. The time now is 09:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"