• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need a formula to count

vinu

Member
Hello Frnds,


I have a data like this: columnA -Data & column B- range & column c- Data in Range(Need formula for this), Please help me a formula to get the answer in column C.


A B C( Need a formula to count the col A data tat falls in B Col range)


25 0-100 2

150 101-200

250 201-300

350 301-400

475 401-500

75 0-100

600 like this..

550


Thanks is advance!!
 
Vinu

=+SUMPRODUCT(1*($B$1:$B$6=B1))

and copy down

Make sure all the Col B cells have a value in Col A
 
Back
Top