ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   count for percentages (https://www.excelbanter.com/excel-worksheet-functions/21713-count-percentages.html)

maryj

count for percentages
 
I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj

John Mansfield

maryj,

Try

=COUNTIF(D17:D21,"=1") + COUNTIF(D17:D21,"<=-1")

----
Regards,
John Mansfield
http://www.pdbook.com

"maryj" wrote:

I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj


Aladin Akyurek

maryj wrote:
I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj



=COUNTIF(Range,"1")+COUNTIF(Range,"<-1")

maryj

Thanks!

"John Mansfield" wrote:

maryj,

Try

=COUNTIF(D17:D21,"=1") + COUNTIF(D17:D21,"<=-1")

----
Regards,
John Mansfield
http://www.pdbook.com

"maryj" wrote:

I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj


maryj

A new twist to this same question. All the percentages are mixed in with
cells with straight numbers. She only wants to the count the cells with
%ages.

"maryj" wrote:

I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj



All times are GMT +1. The time now is 07:49 AM.

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