I want to count all the numbers, from the list mentioned below, greater than 49 but less than 100.
50
50*
23
43
60*
75
the answer should be 4, kindly suggest the solution for it.
I want to count all the numbers, from the list mentioned below, greater than 49 but less than 100.
50
50*
23
43
60*
75
the answer should be 4, kindly suggest the solution for it.
Last edited by AliGW; 02-09-2021 at 09:09 AM.
Administrative Note:
Welcome to the forum.
We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.
Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).
Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.
(Note: this change is not optional. As you are new, I have done it for you this time.)
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.
You will need to use COUNTIFS:
=COUNTIFS(range,">49",range,"<100")
Try this:
=SUMPRODUCT((--SUBSTITUTE(A1:A6,"*","")>49)*(--SUBSTITUTE(A1:A6,"*","")<100))
You didn't say that the asterisks needed taking into account, otherwise I'd have suggested something different ...
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks