How To Find In Between Numbers?

atech

New Member
Joined
Sep 17, 2004
Messages
42
Hello Fellow Board Members,

I'm having a little brain fart today, what I'm trying to do is find in between numbers and count them, lets say I have a row of numbers:

CELL

A1 - 399
A2 - 430
A3 - 455
A4 - 499
A5 - 592
A6 - 401
A7 - 400
A8 - 525
A9 - 345
A1 - 456

What will be the formula to find lets say the numbers between 400 - 499 and then count how many numbers is equal to and in between 400 - 499? we will put the formula in cell B1.

Thank You and HAPPY 4th of July..
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Try:

=sumproduct(--(A1:A10>400),--(A1:A10<499))

Change as necessary. Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,213,550
Messages
6,114,265
Members
448,558
Latest member
aivin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top