ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel 2000 Formula (https://www.excelbanter.com/excel-discussion-misc-queries/119452-excel-2000-formula.html)

Richard

Excel 2000 Formula
 
I am using Excel 2000 and I am trying to create a formula that does the
following:

If cells D4 to D87 have values that range from 45% to 100%, how do i put a
formula in E78 that counts the number of cells with values <80% and =65%

Many thanks in advance.

--
Richard

Roger Govier

Excel 2000 Formula
 
Hi Richard

Either
=COUNTIF(D4:D87,"="&65%)-COUNTIF(D4:D87,"="&80%)
or
=SUMPRODUCT((D4:D87=65%)*(D4:D87<=80%))

--
Regards

Roger Govier


"Richard" wrote in message
...
I am using Excel 2000 and I am trying to create a formula that does the
following:

If cells D4 to D87 have values that range from 45% to 100%, how do i
put a
formula in E78 that counts the number of cells with values <80% and
=65%


Many thanks in advance.

--
Richard




Richard

Excel 2000 Formula
 
Thanks Roger

That's exactly what I needed.
--
Richard


"Roger Govier" wrote:

Hi Richard

Either
=COUNTIF(D4:D87,"="&65%)-COUNTIF(D4:D87,"="&80%)
or
=SUMPRODUCT((D4:D87=65%)*(D4:D87<=80%))

--
Regards

Roger Govier


"Richard" wrote in message
...
I am using Excel 2000 and I am trying to create a formula that does the
following:

If cells D4 to D87 have values that range from 45% to 100%, how do i
put a
formula in E78 that counts the number of cells with values <80% and
=65%


Many thanks in advance.

--
Richard






All times are GMT +1. The time now is 08:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com