Busymanjohn
Member
Hey guys, this one is racking my brains ,,, i have a table of data, col B has dates from 11-dec-11 to 17-dec-11 ( 5000 rows ), with the dates appearing many many times each. in col G i have costs ranging from zero to >$5000 ,,,, what I want to extract is a table with a count of, by day ( so 11-dec-11 to 17-dec-11 )where the cost is zero,between zero and 500, between 500 and 1000, between 1000 and 2000, between 2000 and 5000 and > 5000 ,,, so that the final table will show the count of each cost range for each day ,,, tried using various methods of countif ,,, but nothing worked, any ideas??