confused about a formula...total of ranging numbers

njbisp

New Member
Joined
Oct 18, 2006
Messages
5
I have a sheet with a column of numbers that range from 0.00 to -7.0, there are about 200 cell vertically.

I would like to know if a formula to calculate and have a total of these numbers in differences of 1.00 is possible.

Basically I want to have at the bottom of sheet as an example all numers in the 200 cells that range from 0.00 to -1.00 are totaled and inserted in a particular cell.

So if there are 43 cells with 0.00 to -1.00 in the cell I choose it says 43.

hope this is not confusing...it is to me
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hi

Something like

=ABS(SUMPRODUCT(--(A1:A200>=-1),--(A1:A200<=0),(A1:A200)))

Tony
 
Upvote 0
will try at work tomorrow, my home pc has no excel. I am to poor to purchase it...no really!
 
Upvote 0

Forum statistics

Threads
1,215,276
Messages
6,124,006
Members
449,137
Latest member
abdahsankhan

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