3-D Frequency Chart in VBA

P

ptyler

I currently have a frequency chart (3-D Column Chart) that reports the
frequency of an item within a range and also in what distance that
range appears. I wanted to know if anyone has any suggestions on how to
automate this task.

I first have to locate the distance ranges and then I perform a IF AND
statement to see if the item appears in the distance range then it
copies that item value in a cell if not then return nothing:
=+IF(AND($A1>=AA$9,$A1
Then from there I setup a frequency array to get the frequency of the
previous search and what percent range the items fall in:
=FREQUENCY(AA$10:AA$875,$N$10:$N$15)

N10-N15 are my percentages (BINS)

If anyone has any suggestions please pass them on. I already tried to
use the Data Analysis function but I could not achieve what I wanted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top