"&A1)&("<"&B1)), Microsoft Excel, newsgroup, help, assistance" /> "&A1)&("<"&B1)) Excel Discussion (Misc queries)" /> Countif(table;(">"&A1)&("<"&B1)) - ExcelBanter

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Micos3
 
Posts: n/a
Default Countif(table;(">"&A1)&("<"&B1))

This content works individualy, how can i make it work? is it any way to
count the values between A1 and <B1?

tks
  #2   Report Post  
bj
 
Posts: n/a
Default

The simplest is
=countif(range,"<"&b1)-countif(range""&A1)

"Micos3" wrote:

This content works individualy, how can i make it work? is it any way to
count the values between A1 and <B1?

tks

  #3   Report Post  
Domenic
 
Posts: n/a
Default

Try...

=COUNTIF(Range,""&A1)-COUNTIF(Range,"="&B1)

If your version of Excel uses the semi-colon as a separator, replace
commas with semi-colons.

Hope this helps!

In article ,
Micos3 wrote:

This content works individualy, how can i make it work? is it any way to
count the values between A1 and <B1?

tks

  #4   Report Post  
Don Guillett
 
Posts: n/a
Default

or
=sumproduct((a1:a22=a1)*(a1:a22<b1))

--
Don Guillett
SalesAid Software

"Micos3" wrote in message
...
This content works individualy, how can i make it work? is it any way to
count the values between A1 and <B1?

tks



  #5   Report Post  
Micos3
 
Posts: n/a
Default

In my PC is only working this formula:
=sum((countif(table;"<"&B1))-(countif(table;"<"&A1))

but i don't know why in my friends PC isn't working, but i'll find out!!!

thanks guys :)

"Don Guillett" escreveu:

or
=sumproduct((a1:a22=a1)*(a1:a22<b1))

--
Don Guillett
SalesAid Software

"Micos3" wrote in message
...
This content works individualy, how can i make it work? is it any way to
count the values between A1 and <B1?

tks




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



All times are GMT +1. The time now is 10:25 AM.

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"