Re: counting values within given interval - countif?
- From: "Franz" <fra68ve@xxxxxxxxxx>
- Date: Fri, 6 May 2005 10:17:50 +0200
"A_F" <a_f@xxxxxx>ha scritto nel messaggio d5f4uo$1ds$1@xxxxxxxxxxxxx
> in a column L i have values that range from 1,3 to 3,5,.
> I want to count how many values are between lets say 2 and 2,5.
> i tried with this expression: =COUNTIF(L2:L450;AND(">2";"<2,5"))and it
> returns me 0.
> is it possible to count just how many values lies between given
> interval (2<2,5) and how can i do this?
Youi can try this formula:
=SUMPRODUCT((L2:L450>2)*(L2:L450<2,5))
--
Hoping to be helpful...
Regards
Franz
----------------------------------------------------------------------------------------
To reply translate from italian InVento (no capital letters)
----------------------------------------------------------------------------------------
.
- Follow-Ups:
- References:
- Prev by Date: Re: Copying Cells
- Next by Date: Re: Adding a constraint.
- Previous by thread: counting values within given interval - countif?
- Next by thread: Re: counting values within given interval - countif?
- Index(es):
Relevant Pages
|