View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leon[_4_] Leon[_4_] is offline
external usenet poster
 
Posts: 3
Default Excel VBA- counting with autofilter

Hi
what you can try is loading the data analysis add-in,
this will be available under Tools, which will then
provide a list of analysis tools, choose histogram and
select column1 as your bin and column3 as your data
range, this will give a frequency table as an output.
Hope this helps.
L




-----Original Message-----
Thanks in advance for you help guys, I am stumped.

I have three columns of data.

Column 1 is a unique identifier(500 entries). Column 2

is the data
from Column 1, but has repeat entries(14,000 entries).

Column 3 is the
data to count.

I am trying to count the data in column 3 based on the

data in column
1. So for each ID in column 1, I find out how many

times there was a
True in column 3. The common thread is column 2.

I have figured out the way to go to autofilter the first

entry and
count that data, but I can not go further. I am new to

VBA and
desperately need help. Thanks guys.


---
Message posted from http://www.ExcelForum.com/

.