#1   Report Post  
Adam1 Chicago
 
Posts: n/a
Default Counting Values

What formula can I write to say: How many values in A1:A100 are greater than
B2+B3?
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Try this

=COUNTIF(A1:A100,""&(B2+B3))

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Adam1 Chicago" wrote in message
...
What formula can I write to say: How many values in A1:A100 are greater
than
B2+B3?



  #3   Report Post  
Adam1 Chicago
 
Posts: n/a
Default

Thanks, that worked well. One more question: How many values in A1:A100 are
B2-B3 and <B2+B3? (I tried using AND and the trick you showed me, but that

didn't seem to work.) Thanks

"Ron de Bruin" wrote:

Try this

=COUNTIF(A1:A100,""&(B2+B3))

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Adam1 Chicago" wrote in message
...
What formula can I write to say: How many values in A1:A100 are greater
than
B2+B3?




  #4   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Something like this(I am sure there are better ways)

=SUM((A1:A100(B2-B3))*(A1:A100<(B2+B3)))
Array entered (Ctrl-Shift-Enter)

See Chip's Site about
Array formulas
http://www.cpearson.com/excel/array.htm





--
Regards Ron de Bruin
http://www.rondebruin.nl



"Adam1 Chicago" wrote in message
...
Thanks, that worked well. One more question: How many values in A1:A100
are
B2-B3 and <B2+B3? (I tried using AND and the trick you showed me, but
that

didn't seem to work.) Thanks

"Ron de Bruin" wrote:

Try this

=COUNTIF(A1:A100,""&(B2+B3))

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Adam1 Chicago" wrote in message
...
What formula can I write to say: How many values in A1:A100 are greater
than
B2+B3?






  #5   Report Post  
Adam1 Chicago
 
Posts: n/a
Default

That works, too; thanks a lot for your help.

"Ron de Bruin" wrote:

Something like this(I am sure there are better ways)

=SUM((A1:A100(B2-B3))*(A1:A100<(B2+B3)))
Array entered (Ctrl-Shift-Enter)

See Chip's Site about
Array formulas
http://www.cpearson.com/excel/array.htm





--
Regards Ron de Bruin
http://www.rondebruin.nl



"Adam1 Chicago" wrote in message
...
Thanks, that worked well. One more question: How many values in A1:A100
are
B2-B3 and <B2+B3? (I tried using AND and the trick you showed me, but
that

didn't seem to work.) Thanks

"Ron de Bruin" wrote:

Try this

=COUNTIF(A1:A100,""&(B2+B3))

--
Regards Ron de Bruin
http://www.rondebruin.nl



"Adam1 Chicago" wrote in message
...
What formula can I write to say: How many values in A1:A100 are greater
than
B2+B3?






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
Zero values in a log chart Joelle_Smith Charts and Charting in Excel 2 May 8th 23 03:42 AM
Second serie doesn't use X-as values JackRnl Charts and Charting in Excel 1 January 20th 05 01:04 AM
project values based on other values Gabriele Excel Discussion (Misc queries) 1 January 7th 05 09:27 AM
Save External Link Values Stephane Excel Discussion (Misc queries) 0 January 3rd 05 11:01 AM
Counting values within a Date Range Jana Excel Discussion (Misc queries) 7 December 9th 04 10:18 PM


All times are GMT +1. The time now is 10:06 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"