A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

3-D Frequency Chart in VBA



 
 
Thread Tools Display Modes
  #1  
Old July 5th, 2005, 05:19 PM
external usenet poster
 
Posts: n/a
Default 3-D Frequency Chart in VBA

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.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent Chart Questions Brent E General Discussion 0 May 9th, 2005 11:01 PM
Selecting Charts in a Macro Herman Merman Charts and Charting 1 August 18th, 2004 12:25 AM
Chart menu visible property Sandy V Charts and Charting 8 May 17th, 2004 01:39 PM
'Closing' chart window *and* removing chart using VBA Marc R. Bertrand Charts and Charting 7 December 17th, 2003 04:30 PM
Styles for chart Debra Dalgleish Charts and Charting 1 October 3rd, 2003 12:27 PM


All times are GMT +1. The time now is 07:55 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.