#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default 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




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
what is a formula 4pinoy Excel Worksheet Functions 11 November 17th 06 05:46 PM
Using Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 02:36 AM
=%A%1, is this a good formula in Excel 2000? Heidi123 Excel Discussion (Misc queries) 3 April 26th 06 03:00 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Formula Integrity Not Preserved During Sort in Excel 2000 Kevin Excel Discussion (Misc queries) 1 April 15th 05 10:26 PM


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