Hi Friends,
rows as below
23630
23650
23580
23560
27680
27690
27660
25030
I want to know how many rows are Less-than 23700 and how many rows are Grater than 23700
Thank you.
Hi Friends,
rows as below
23630
23650
23580
23560
27680
27690
27660
25030
I want to know how many rows are Less-than 23700 and how many rows are Grater than 23700
Thank you.
=COUNTIF($A$1:$A$8," < 23700")
=COUNTIF($A$1:$A$8," > 23700")
remove blanks in " > 23700" (added as forum firewall does not like " > " with no blanks)
Last edited by JohnTopley; 04-12-2016 at 04:14 AM.
Ah, that's why I couldn't post my reply! Thanks, John.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Please see attachment, I want to minus 1 TOTAL Counting ......... F13, G13 (I put formula upto 200 rows, because some time rows can increase or decrease
If total came 0, than no need to come -1
Other wise we can create formulas like
1) Less than 23700
2) Between 23701 to 27700
Please don't send private messages to other forum members prompting them to answer your thread - that is not what the private messaging system is for. Keep everything regarding this query in this one thread, please. You will have to be patient: those who help here are doing so voluntarily in their free time.
Thank you.
=COUNTIFS($F$5:$F$200," > 23700",$F$5:$F$200," <= 27700")
As before, remove blanks
Thank you John.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks